#96370C

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

Shades of Saddle Brown #96370C

Tints of Saddle Brown #96370C

Color information

#96370C (or 0x96370C) is unknown color: approx Saddle Brown. HEX triplet: 96, 37 and 0C. RGB value is (150,55,12). Sum of RGB (Red+Green+Blue) = 150+55+12=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #96370C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96370C is #69C8F3. Grayscale: #4E4E4E. Windows color (decimal): -6932724 or 800662. OLE color: 800662.

HSL color Cylindrical-coordinate representation of color #96370C: hue angle of 18.7º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96370C is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB1505512-
CMYK00.630.920.41
HSL18.7º85.19%31.76%-
HSV(B)18.7º92%58.82%-
XYZ14.019.241.39-
YUV78.590.47179-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.12%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 12 (5.08% from 255) = 5.53%
R=69.12%
G=25.35%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150551200.630.920.4118.785.1931.76
Hex9637C03F5C29135520
Octal2266714077134512312540
Binary10010110110111110001111111011100101001100111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96370C; }

 p { color: rgb(150,55,12); }

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

<style>
 a { background-color: #96370C; }

 a { background-color: rgb(150,55,12); }

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

<style>
 span { border-color: #96370C; }

 span { border-color: rgb(150,55,12); }

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