#852C27

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

Shades of Burnt Umber #852C27

Tints of Burnt Umber #852C27

Color information

#852C27 (or 0x852C27) is unknown color: approx Burnt Umber. HEX triplet: 85, 2C and 27. RGB value is (133,44,39). Sum of RGB (Red+Green+Blue) = 133+44+39=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #852C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C27 is #7AD3D8. Grayscale: #464646. Windows color (decimal): -8049625 or 2567301. OLE color: 2567301.

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

Color convert

RGB1334439-
CMYK00.670.710.48
HSL3.19º54.65%33.73%-
HSV(B)3.19º70.68%52.16%-
XYZ10.946.932.68-
YUV70.04110.49172.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.57%
GREEN value IS 44 (17.58% from 255) = 20.37%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=61.57%
G=20.37%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133443900.670.710.483.1954.6533.73
Hex852C27043473033722
Octal205544701031076036742
Binary1000010110110010011101000011100011111000011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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