#862C0C

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

Shades of Burnt Umber #862C0C

Tints of Burnt Umber #862C0C

Color information

#862C0C (or 0x862C0C) is unknown color: approx Burnt Umber. HEX triplet: 86, 2C and 0C. RGB value is (134,44,12). Sum of RGB (Red+Green+Blue) = 134+44+12=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #862C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862C0C is #79D3F3. Grayscale: #434343. Windows color (decimal): -7984116 or 797830. OLE color: 797830.

HSL color Cylindrical-coordinate representation of color #862C0C: hue angle of 15.74º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #862C0C is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB1344412-
CMYK00.670.910.47
HSL15.74º83.56%28.63%-
HSV(B)15.74º91.04%52.55%-
XYZ10.86.91.11-
YUV67.2696.82175.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 70.53%
GREEN value IS 44 (17.58% from 255) = 23.16%
BLUE value IS 12 (5.08% from 255) = 6.32%
R=70.53%
G=23.16%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134441200.670.910.4715.7483.5628.63
Hex862CC0435B2F10541d
Octal20654140103133572012435
Binary10000110101100110001000011101101110111110000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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