#852a1e

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

Shades of Burnt Umber #852A1E

Tints of Burnt Umber #852A1E

Color information

#852A1E (or 0x852A1E) is unknown color: approx Burnt Umber. HEX triplet: 85, 2A and 1E. RGB value is (133,42,30). Sum of RGB (Red+Green+Blue) = 133+42+30=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #852A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A1E is #7AD5E1. Grayscale: #434343. Windows color (decimal): -8050146 or 1976965. OLE color: 1976965.

HSL color Cylindrical-coordinate representation of color #852A1E: hue angle of 6.99º 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 #852A1E is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1334230-
CMYK00.680.770.48
HSL6.99º63.19%31.96%-
HSV(B)6.99º77.44%52.16%-
XYZ10.746.741.96-
YUV67.84106.65174.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.88%
GREEN value IS 42 (16.80% from 255) = 20.49%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=64.88%
G=20.49%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133423000.680.770.486.9963.1931.96
Hex852A1E0444D3073f20
Octal205523601041156077740
Binary1000010110101011110010001001001101110000111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852a1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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