#852C0C

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

Shades of Burnt Umber #852C0C

Tints of Burnt Umber #852C0C

Color information

#852C0C (or 0x852C0C) is unknown color: approx Burnt Umber. HEX triplet: 85, 2C and 0C. RGB value is (133,44,12). Sum of RGB (Red+Green+Blue) = 133+44+12=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #852C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C0C is #7AD3F3. Grayscale: #434343. Windows color (decimal): -8049652 or 797829. OLE color: 797829.

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

Color convert

RGB1334412-
CMYK00.670.910.48
HSL15.87º83.45%28.43%-
HSV(B)15.87º90.98%52.16%-
XYZ10.646.811.1-
YUV66.9696.99175.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 70.37%
GREEN value IS 44 (17.58% from 255) = 23.28%
BLUE value IS 12 (5.08% from 255) = 6.35%
R=70.37%
G=23.28%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133441200.670.910.4815.8783.4528.43
Hex852CC0435B3010531c
Octal20554140103133602012334
Binary10000101101100110001000011101101111000010000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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