#852A04

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

Shades of Saddle Brown #852A04

Tints of Saddle Brown #852A04

Color information

#852A04 (or 0x852A04) is unknown color: approx Saddle Brown. HEX triplet: 85, 2A and 04. RGB value is (133,42,4). Sum of RGB (Red+Green+Blue) = 133+42+4=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #852A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852A04 is #7AD5FB. Grayscale: #414141. Windows color (decimal): -8050172 or 273029. OLE color: 273029.

HSL color Cylindrical-coordinate representation of color #852A04: hue angle of 17.67º 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 #852A04 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB133424-
CMYK00.680.970.48
HSL17.67º94.16%26.86%-
HSV(B)17.67º96.99%52.16%-
XYZ10.526.650.84-
YUV64.8893.65176.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 74.30%
GREEN value IS 42 (16.80% from 255) = 23.46%
BLUE value IS 4 (1.95% from 255) = 2.23%
R=74.30%
G=23.46%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13342400.680.970.4817.6794.1626.86
Hex852A40446130125e1b
Octal2055240104141602213633
Binary1000010110101010001000100110000111000010010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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