#993928

Color #993928 Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #993928

Tints of Tia Maria #993928

Color information

#993928 (or 0x993928) is unknown color: approx Tia Maria. HEX triplet: 99, 39 and 28. RGB value is (153,57,40). Sum of RGB (Red+Green+Blue) = 153+57+40=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #993928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993928 is #66C6D7. Grayscale: #535353. Windows color (decimal): -6735576 or 2636185. OLE color: 2636185.

HSL color Cylindrical-coordinate representation of color #993928: hue angle of 9.03º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #993928 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB1535740-
CMYK00.630.740.4
HSL9.03º58.55%37.84%-
HSV(B)9.03º73.86%60%-
XYZ14.989.853.12-
YUV83.77103.3177.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 61.2%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 40 (16.02% from 255) = 16%
R=61.2%
G=22.8%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153574000.630.740.49.0358.5537.84
Hex99392803F4A2893b26
Octal231715007711250117346
Binary10011001111001101000011111110010101010001001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993928; }

 p { color: rgb(153,57,40); }

 H1.HeaderClassName
 {
   color: #993928;
 }
 .AnyTagClassName
 {
   color: #993928;
 }
</style>
background-color css

<style>
 a { background-color: #993928; }

 a { background-color: rgb(153,57,40); }

 div.DivClassName
 {
   background-color: #993928;
 }
 .BgClassName
 {
   background-color: #993928;
 }
</style>
border-color css

<style>
 span { border-color: #993928; }

 span { border-color: rgb(153,57,40); }

 td.TdClassName
 {
   border-color: #993928;
 }
 .TagClassName
 {
   border-color: #993928;
 }
</style>