#955208

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

Shades of Saddle Brown #955208

Tints of Saddle Brown #955208

Color information

#955208 (or 0x955208) is unknown color: approx Saddle Brown. HEX triplet: 95, 52 and 08. RGB value is (149,82,8). Sum of RGB (Red+Green+Blue) = 149+82+8=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #955208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955208 is #6AADF7. Grayscale: #5D5D5D. Windows color (decimal): -6991352 or 545429. OLE color: 545429.

HSL color Cylindrical-coordinate representation of color #955208: hue angle of 31.49º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #955208 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB149828-
CMYK00.450.950.42
HSL31.49º89.81%30.78%-
HSV(B)31.49º94.63%58.43%-
XYZ15.4612.441.82-
YUV93.679.7167.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.34%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 8 (3.52% from 255) = 3.35%
R=62.34%
G=34.31%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14982800.450.950.4231.4989.8130.78
Hex9552802D5F2A1f5a1f
Octal22512210055137523713237
Binary10010101101001010000101101101111110101011111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955208; }

 p { color: rgb(149,82,8); }

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

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

 a { background-color: rgb(149,82,8); }

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

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

 span { border-color: rgb(149,82,8); }

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