#99460E

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

Shades of Saddle Brown #99460E

Tints of Saddle Brown #99460E

Color information

#99460E (or 0x99460E) is unknown color: approx Saddle Brown. HEX triplet: 99, 46 and 0E. RGB value is (153,70,14). Sum of RGB (Red+Green+Blue) = 153+70+14=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #99460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99460E is #66B9F1. Grayscale: #585858. Windows color (decimal): -6732274 or 935577. OLE color: 935577.

HSL color Cylindrical-coordinate representation of color #99460E: hue angle of 24.17º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99460E is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB1537014-
CMYK00.540.910.4
HSL24.17º83.23%32.75%-
HSV(B)24.17º90.85%60%-
XYZ15.4111.181.76-
YUV88.4386174.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.56%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 14 (5.86% from 255) = 5.91%
R=64.56%
G=29.54%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153701400.540.910.424.1783.2332.75
Hex9946E0365B28185321
Octal23110616066133503012341
Binary100110011000110111001101101011011101000110001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99460E; }

 p { color: rgb(153,70,14); }

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

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

 a { background-color: rgb(153,70,14); }

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

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

 span { border-color: rgb(153,70,14); }

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