#96440A

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

Shades of Saddle Brown #96440A

Tints of Saddle Brown #96440A

Color information

#96440A (or 0x96440A) is unknown color: approx Saddle Brown. HEX triplet: 96, 44 and 0A. RGB value is (150,68,10). Sum of RGB (Red+Green+Blue) = 150+68+10=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #96440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96440A is #69BBF5. Grayscale: #565656. Windows color (decimal): -6929398 or 672918. OLE color: 672918.

HSL color Cylindrical-coordinate representation of color #96440A: hue angle of 24.86º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96440A is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1506810-
CMYK00.550.930.41
HSL24.86º87.5%31.37%-
HSV(B)24.86º93.33%58.82%-
XYZ14.710.641.57-
YUV85.9185.17173.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.79%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 10 (4.30% from 255) = 4.39%
R=65.79%
G=29.82%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150681000.550.930.4124.8687.531.37
Hex9644A0375D2919581f
Octal22610412067135513113037
Binary10010110100010010100110111101110110100111001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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