#862A12

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

Shades of Burnt Umber #862A12

Tints of Burnt Umber #862A12

Color information

#862A12 (or 0x862A12) is unknown color: approx Burnt Umber. HEX triplet: 86, 2A and 12. RGB value is (134,42,18). Sum of RGB (Red+Green+Blue) = 134+42+18=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #862A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862A12 is #79D5ED. Grayscale: #424242. Windows color (decimal): -7984622 or 1190534. OLE color: 1190534.

HSL color Cylindrical-coordinate representation of color #862A12: hue angle of 12.41º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #862A12 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1344218-
CMYK00.690.870.47
HSL12.41º76.32%29.8%-
HSV(B)12.41º86.57%52.55%-
XYZ10.776.771.31-
YUV66.77100.48175.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 69.07%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 18 (7.42% from 255) = 9.28%
R=69.07%
G=21.65%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134421800.690.870.4712.4176.3229.8
Hex862A12045572Fc4c1e
Octal20652220105127571411436
Binary10000110101010100100100010110101111011111100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,42,18); }

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

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

 a { background-color: rgb(134,42,18); }

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

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

 span { border-color: rgb(134,42,18); }

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