#96520F

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

Shades of Saddle Brown #96520F

Tints of Saddle Brown #96520F

Color information

#96520F (or 0x96520F) is unknown color: approx Saddle Brown. HEX triplet: 96, 52 and 0F. RGB value is (150,82,15). Sum of RGB (Red+Green+Blue) = 150+82+15=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #96520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96520F is #69ADF0. Grayscale: #5F5F5F. Windows color (decimal): -6925809 or 1004182. OLE color: 1004182.

HSL color Cylindrical-coordinate representation of color #96520F: hue angle of 29.78º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96520F is Cyan = 0, Magento = 0.45, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB1508215-
CMYK00.450.90.41
HSL29.78º81.82%32.35%-
HSV(B)29.78º90%58.82%-
XYZ15.6812.552.05-
YUV94.6983.03167.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.73%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 15 (6.25% from 255) = 6.07%
R=60.73%
G=33.20%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150821500.450.90.4129.7881.8232.35
Hex9652F02D5A291e5220
Octal22612217055132513612240
Binary100101101010010111101011011011010101001111101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96520F; }

 p { color: rgb(150,82,15); }

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

<style>
 a { background-color: #96520F; }

 a { background-color: rgb(150,82,15); }

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

<style>
 span { border-color: #96520F; }

 span { border-color: rgb(150,82,15); }

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