#952F08

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

Shades of Saddle Brown #952F08

Tints of Saddle Brown #952F08

Color information

#952F08 (or 0x952F08) is unknown color: approx Saddle Brown. HEX triplet: 95, 2F and 08. RGB value is (149,47,8). Sum of RGB (Red+Green+Blue) = 149+47+8=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #952F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952F08 is #6AD0F7. Grayscale: #494949. Windows color (decimal): -7000312 or 536469. OLE color: 536469.

HSL color Cylindrical-coordinate representation of color #952F08: hue angle of 16.6º 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 #952F08 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB149478-
CMYK00.680.950.42
HSL16.6º89.81%30.78%-
HSV(B)16.6º94.63%58.43%-
XYZ13.458.441.15-
YUV73.0591.29182.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 73.04%
GREEN value IS 47 (18.75% from 255) = 23.04%
BLUE value IS 8 (3.52% from 255) = 3.92%
R=73.04%
G=23.04%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14947800.680.950.4216.689.8130.78
Hex952F80445F2A115a1f
Octal22557100104137522113237
Binary10010101101111100001000100101111110101010001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952F08; }

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

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

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

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

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

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

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

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