#975208

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

Shades of Saddle Brown #975208

Tints of Saddle Brown #975208

Color information

#975208 (or 0x975208) is unknown color: approx Saddle Brown. HEX triplet: 97, 52 and 08. RGB value is (151,82,8). Sum of RGB (Red+Green+Blue) = 151+82+8=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #975208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975208 is #68ADF7. Grayscale: #5E5E5E. Windows color (decimal): -6860280 or 545431. OLE color: 545431.

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

Color convert

RGB151828-
CMYK00.460.950.41
HSL31.05º89.94%31.18%-
HSV(B)31.05º94.7%59.22%-
XYZ15.8212.631.83-
YUV94.279.36168.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.66%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 8 (3.52% from 255) = 3.32%
R=62.66%
G=34.02%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15182800.460.950.4131.0589.9431.18
Hex9752802E5F291f5a1f
Octal22712210056137513713237
Binary10010111101001010000101110101111110100111111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975208; }

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

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

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

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

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

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

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

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