#852D1E

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

Shades of Burnt Umber #852D1E

Tints of Burnt Umber #852D1E

Color information

#852D1E (or 0x852D1E) is unknown color: approx Burnt Umber. HEX triplet: 85, 2D and 1E. RGB value is (133,45,30). Sum of RGB (Red+Green+Blue) = 133+45+30=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #852D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D1E is #7AD2E1. Grayscale: #454545. Windows color (decimal): -8049378 or 1977733. OLE color: 1977733.

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

Color convert

RGB1334530-
CMYK00.660.770.48
HSL8.74º63.19%31.96%-
HSV(B)8.74º77.44%52.16%-
XYZ10.856.962-
YUV69.6105.65173.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.94%
GREEN value IS 45 (17.97% from 255) = 21.63%
BLUE value IS 30 (12.11% from 255) = 14.42%
R=63.94%
G=21.63%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133453000.660.770.488.7463.1931.96
Hex852D1E0424D3093f20
Octal2055536010211560117740
Binary10000101101101111100100001010011011100001001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,45,30); }

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

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

 a { background-color: rgb(133,45,30); }

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

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

 span { border-color: rgb(133,45,30); }

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