#96420B

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

Shades of Saddle Brown #96420B

Tints of Saddle Brown #96420B

Color information

#96420B (or 0x96420B) is unknown color: approx Saddle Brown. HEX triplet: 96, 42 and 0B. RGB value is (150,66,11). Sum of RGB (Red+Green+Blue) = 150+66+11=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #96420B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96420B is #69BDF4. Grayscale: #555555. Windows color (decimal): -6929909 or 737942. OLE color: 737942.

HSL color Cylindrical-coordinate representation of color #96420B: hue angle of 23.74º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96420B is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1506611-
CMYK00.560.930.41
HSL23.74º86.34%31.57%-
HSV(B)23.74º92.67%58.82%-
XYZ14.5910.41.56-
YUV84.8586.33174.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.08%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 11 (4.69% from 255) = 4.85%
R=66.08%
G=29.07%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150661100.560.930.4123.7486.3431.57
Hex9642B0385D29185620
Octal22610213070135513012640
Binary100101101000010101101110001011101101001110001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96420B; }

 p { color: rgb(150,66,11); }

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

<style>
 a { background-color: #96420B; }

 a { background-color: rgb(150,66,11); }

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

<style>
 span { border-color: #96420B; }

 span { border-color: rgb(150,66,11); }

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