#99400C

Color #99400C Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #99400C

Tints of Saddle Brown #99400C

Color information

#99400C (or 0x99400C) is unknown color: approx Saddle Brown. HEX triplet: 99, 40 and 0C. RGB value is (153,64,12). Sum of RGB (Red+Green+Blue) = 153+64+12=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #99400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99400C is #66BFF3. Grayscale: #545454. Windows color (decimal): -6733812 or 802969. OLE color: 802969.

HSL color Cylindrical-coordinate representation of color #99400C: hue angle of 22.13º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99400C is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB1536412-
CMYK00.580.920.4
HSL22.13º85.45%32.35%-
HSV(B)22.13º92.16%60%-
XYZ15.0410.471.58-
YUV84.6886.99176.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 66.81%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 12 (5.08% from 255) = 5.24%
R=66.81%
G=27.95%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153641200.580.920.422.1385.4532.35
Hex9940C03A5C28165520
Octal23110014072134502612540
Binary100110011000000110001110101011100101000101101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99400C; }

 p { color: rgb(153,64,12); }

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

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

 a { background-color: rgb(153,64,12); }

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

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

 span { border-color: rgb(153,64,12); }

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