#852D08

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

Shades of Saddle Brown #852D08

Tints of Saddle Brown #852D08

Color information

#852D08 (or 0x852D08) is unknown color: approx Saddle Brown. HEX triplet: 85, 2D and 08. RGB value is (133,45,8). Sum of RGB (Red+Green+Blue) = 133+45+8=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #852D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852D08 is #7AD2F7. Grayscale: #434343. Windows color (decimal): -8049400 or 535941. OLE color: 535941.

HSL color Cylindrical-coordinate representation of color #852D08: hue angle of 17.76º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #852D08 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB133458-
CMYK00.660.940.48
HSL17.76º88.65%27.65%-
HSV(B)17.76º93.98%52.16%-
XYZ10.666.881-
YUV67.0994.65175.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 71.51%
GREEN value IS 45 (17.97% from 255) = 24.19%
BLUE value IS 8 (3.52% from 255) = 4.30%
R=71.51%
G=24.19%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13345800.660.940.4817.7688.6527.65
Hex852D80425E3012591c
Octal20555100102136602213134
Binary10000101101101100001000010101111011000010010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852D08; }

 p { color: rgb(133,45,8); }

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

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

 a { background-color: rgb(133,45,8); }

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

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

 span { border-color: rgb(133,45,8); }

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