#852D06

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

Shades of Saddle Brown #852D06

Tints of Saddle Brown #852D06

Color information

#852D06 (or 0x852D06) is unknown color: approx Saddle Brown. HEX triplet: 85, 2D and 06. RGB value is (133,45,6). Sum of RGB (Red+Green+Blue) = 133+45+6=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #852D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852D06 is #7AD2F9. Grayscale: #434343. Windows color (decimal): -8049402 or 404869. OLE color: 404869.

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

Color convert

RGB133456-
CMYK00.660.950.48
HSL18.43º91.37%27.25%-
HSV(B)18.43º95.49%52.16%-
XYZ10.646.880.94-
YUV66.8793.65175.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 72.28%
GREEN value IS 45 (17.97% from 255) = 24.46%
BLUE value IS 6 (2.73% from 255) = 3.26%
R=72.28%
G=24.46%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13345600.660.950.4818.4391.3727.25
Hex852D60425F30125b1b
Octal2055560102137602213333
Binary1000010110110111001000010101111111000010010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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