#852C20

Color #852C20 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #852C20

Tints of Burnt Umber #852C20

Color information

#852C20 (or 0x852C20) is unknown color: approx Burnt Umber. HEX triplet: 85, 2C and 20. RGB value is (133,44,32). Sum of RGB (Red+Green+Blue) = 133+44+32=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #852C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C20 is #7AD3DF. Grayscale: #454545. Windows color (decimal): -8049632 or 2108549. OLE color: 2108549.

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

Color convert

RGB1334432-
CMYK00.670.760.48
HSL7.13º61.21%32.35%-
HSV(B)7.13º75.94%52.16%-
XYZ10.836.892.13-
YUV69.24106.99173.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.64%
GREEN value IS 44 (17.58% from 255) = 21.05%
BLUE value IS 32 (12.89% from 255) = 15.31%
R=63.64%
G=21.05%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133443200.670.760.487.1361.2132.35
Hex852C200434C3073d20
Octal205544001031146077540
Binary10000101101100100000010000111001100110000111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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