#852A0C

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

Shades of Burnt Umber #852A0C

Tints of Burnt Umber #852A0C

Color information

#852A0C (or 0x852A0C) is unknown color: approx Burnt Umber. HEX triplet: 85, 2A and 0C. RGB value is (133,42,12). Sum of RGB (Red+Green+Blue) = 133+42+12=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #852A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852A0C is #7AD5F3. Grayscale: #414141. Windows color (decimal): -8050164 or 797317. OLE color: 797317.

HSL color Cylindrical-coordinate representation of color #852A0C: hue angle of 14.88º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #852A0C is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB1334212-
CMYK00.680.910.48
HSL14.88º83.45%28.43%-
HSV(B)14.88º90.98%52.16%-
XYZ10.576.671.08-
YUV65.7997.65175.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 71.12%
GREEN value IS 42 (16.80% from 255) = 22.46%
BLUE value IS 12 (5.08% from 255) = 6.42%
R=71.12%
G=22.46%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133421200.680.910.4814.8883.4528.43
Hex852AC0445B30f531c
Octal20552140104133601712334
Binary1000010110101011000100010010110111100001111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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