#852C04

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

Shades of Saddle Brown #852C04

Tints of Saddle Brown #852C04

Color information

#852C04 (or 0x852C04) is unknown color: approx Saddle Brown. HEX triplet: 85, 2C and 04. RGB value is (133,44,4). Sum of RGB (Red+Green+Blue) = 133+44+4=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #852C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C04 is #7AD3FB. Grayscale: #424242. Windows color (decimal): -8049660 or 273541. OLE color: 273541.

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

Color convert

RGB133444-
CMYK00.670.970.48
HSL18.6º94.16%26.86%-
HSV(B)18.6º96.99%52.16%-
XYZ10.66.80.87-
YUV66.0592.99175.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.48%
GREEN value IS 44 (17.58% from 255) = 24.31%
BLUE value IS 4 (1.95% from 255) = 2.21%
R=73.48%
G=24.31%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13344400.670.970.4818.694.1626.86
Hex852C40436130135e1b
Octal2055440103141602313633
Binary1000010110110010001000011110000111000010011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,44,4); }

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

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

 a { background-color: rgb(133,44,4); }

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

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

 span { border-color: rgb(133,44,4); }

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