#96491c

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

Shades of Saddle Brown #96491C

Tints of Saddle Brown #96491C

Color information

#96491C (or 0x96491C) is unknown color: approx Saddle Brown. HEX triplet: 96, 49 and 1C. RGB value is (150,73,28). Sum of RGB (Red+Green+Blue) = 150+73+28=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #96491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96491C is #69B6E3. Grayscale: #5B5B5B. Windows color (decimal): -6928100 or 1853846. OLE color: 1853846.

HSL color Cylindrical-coordinate representation of color #96491C: hue angle of 22.13º degrees, saturation: 0.69, 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 #96491C is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1507328-
CMYK00.510.810.41
HSL22.13º68.54%34.9%-
HSV(B)22.13º81.33%58.82%-
XYZ15.1711.332.49-
YUV90.8992.51170.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.76%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 28 (11.33% from 255) = 11.16%
R=59.76%
G=29.08%
B=11.16%

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
Decimal150732800.510.810.4122.1368.5434.9
Hex96491C0335129164523
Octal22611134063121512610543
Binary1001011010010011110001100111010001101001101101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96491c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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