#99470C

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

Shades of Saddle Brown #99470C

Tints of Saddle Brown #99470C

Color information

#99470C (or 0x99470C) is unknown color: approx Saddle Brown. HEX triplet: 99, 47 and 0C. RGB value is (153,71,12). Sum of RGB (Red+Green+Blue) = 153+71+12=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #99470C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99470C is #66B8F3. Grayscale: #595959. Windows color (decimal): -6732020 or 804761. OLE color: 804761.

HSL color Cylindrical-coordinate representation of color #99470C: hue angle of 25.11º 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 #99470C is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB1537112-
CMYK00.540.920.4
HSL25.11º85.45%32.35%-
HSV(B)25.11º92.16%60%-
XYZ15.4611.311.72-
YUV88.7984.67173.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.83%
GREEN value IS 71 (28.12% from 255) = 30.08%
BLUE value IS 12 (5.08% from 255) = 5.08%
R=64.83%
G=30.08%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153711200.540.920.425.1185.4532.35
Hex9947C0365C28195520
Octal23110714066134503112540
Binary100110011000111110001101101011100101000110011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99470C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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