#96491D

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

Shades of Saddle Brown #96491D

Tints of Saddle Brown #96491D

Color information

#96491D (or 0x96491D) is unknown color: approx Saddle Brown. HEX triplet: 96, 49 and 1D. RGB value is (150,73,29). Sum of RGB (Red+Green+Blue) = 150+73+29=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #96491D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96491D is #69B6E2. Grayscale: #5B5B5B. Windows color (decimal): -6928099 or 1919382. OLE color: 1919382.

HSL color Cylindrical-coordinate representation of color #96491D: hue angle of 21.82º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96491D is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1507329-
CMYK00.510.810.41
HSL21.82º67.6%35.1%-
HSV(B)21.82º80.67%58.82%-
XYZ15.1811.342.55-
YUV91.0193.01170.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.52%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 29 (11.72% from 255) = 11.51%
R=59.52%
G=28.97%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150732900.510.810.4121.8267.635.1
Hex96491D0335129164423
Octal22611135063121512610443
Binary1001011010010011110101100111010001101001101101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96491D; }

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

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

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

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

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

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

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

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