#96490E

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

Shades of Saddle Brown #96490E

Tints of Saddle Brown #96490E

Color information

#96490E (or 0x96490E) is unknown color: approx Saddle Brown. HEX triplet: 96, 49 and 0E. RGB value is (150,73,14). Sum of RGB (Red+Green+Blue) = 150+73+14=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #96490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96490E is #69B6F1. Grayscale: #595959. Windows color (decimal): -6928114 or 936342. OLE color: 936342.

HSL color Cylindrical-coordinate representation of color #96490E: hue angle of 26.03º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96490E is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1507314-
CMYK00.510.910.41
HSL26.03º82.93%32.16%-
HSV(B)26.03º90.67%58.82%-
XYZ15.0411.281.8-
YUV89.385.51171.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.29%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 14 (5.86% from 255) = 5.91%
R=63.29%
G=30.80%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150731400.510.910.4126.0382.9332.16
Hex9649E0335B291a5320
Octal22611116063133513212340
Binary100101101001001111001100111011011101001110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96490E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,73,14); }

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

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

 a { background-color: rgb(150,73,14); }

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

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

 span { border-color: rgb(150,73,14); }

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