#853220

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

Shades of Burnt Umber #853220

Tints of Burnt Umber #853220

Color information

#853220 (or 0x853220) is unknown color: approx Burnt Umber. HEX triplet: 85, 32 and 20. RGB value is (133,50,32). Sum of RGB (Red+Green+Blue) = 133+50+32=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #853220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853220 is #7ACDDF. Grayscale: #484848. Windows color (decimal): -8048096 or 2110085. OLE color: 2110085.

HSL color Cylindrical-coordinate representation of color #853220: hue angle of 10.69º 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 #853220 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB1335032-
CMYK00.620.760.48
HSL10.69º61.21%32.35%-
HSV(B)10.69º75.94%52.16%-
XYZ11.077.372.21-
YUV72.76105170.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.86%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 32 (12.89% from 255) = 14.88%
R=61.86%
G=23.26%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133503200.620.760.4810.6961.2132.35
Hex85322003E4C30b3d20
Octal205624007611460137540
Binary10000101110010100000011111010011001100001011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853220; }

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

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

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

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

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

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

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

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