#852C28

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

Shades of Burnt Umber #852C28

Tints of Burnt Umber #852C28

Color information

#852C28 (or 0x852C28) is unknown color: approx Burnt Umber. HEX triplet: 85, 2C and 28. RGB value is (133,44,40). Sum of RGB (Red+Green+Blue) = 133+44+40=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #852C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C28 is #7AD3D7. Grayscale: #464646. Windows color (decimal): -8049624 or 2632837. OLE color: 2632837.

HSL color Cylindrical-coordinate representation of color #852C28: hue angle of 2.58º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852C28 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1334440-
CMYK00.670.700.48
HSL2.58º53.76%33.92%-
HSV(B)2.58º69.92%52.16%-
XYZ10.966.942.77-
YUV70.16110.99172.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.29%
GREEN value IS 44 (17.58% from 255) = 20.28%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=61.29%
G=20.28%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133444000.670.700.482.5853.7633.92
Hex852C28043463033622
Octal205545001031066036642
Binary1000010110110010100001000011100011011000011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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