#96480E

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

Shades of Saddle Brown #96480E

Tints of Saddle Brown #96480E

Color information

#96480E (or 0x96480E) is unknown color: approx Saddle Brown. HEX triplet: 96, 48 and 0E. RGB value is (150,72,14). Sum of RGB (Red+Green+Blue) = 150+72+14=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #96480E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96480E is #69B7F1. Grayscale: #595959. Windows color (decimal): -6928370 or 936086. OLE color: 936086.

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

Color convert

RGB1507214-
CMYK00.520.910.41
HSL25.59º82.93%32.16%-
HSV(B)25.59º90.67%58.82%-
XYZ14.9711.151.78-
YUV88.7185.84171.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.56%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 14 (5.86% from 255) = 5.93%
R=63.56%
G=30.51%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150721400.520.910.4125.5982.9332.16
Hex9648E0345B291a5320
Octal22611016064133513212340
Binary100101101001000111001101001011011101001110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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