#96440E

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

Shades of Saddle Brown #96440E

Tints of Saddle Brown #96440E

Color information

#96440E (or 0x96440E) is unknown color: approx Saddle Brown. HEX triplet: 96, 44 and 0E. RGB value is (150,68,14). Sum of RGB (Red+Green+Blue) = 150+68+14=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #96440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96440E is #69BBF1. Grayscale: #565656. Windows color (decimal): -6929394 or 935062. OLE color: 935062.

HSL color Cylindrical-coordinate representation of color #96440E: hue angle of 23.82º 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 #96440E is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1506814-
CMYK00.550.910.41
HSL23.82º82.93%32.16%-
HSV(B)23.82º90.67%58.82%-
XYZ14.7210.651.7-
YUV86.3687.17173.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.66%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 14 (5.86% from 255) = 6.03%
R=64.66%
G=29.31%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150681400.550.910.4123.8282.9332.16
Hex9644E0375B29185320
Octal22610416067133513012340
Binary100101101000100111001101111011011101001110001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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