#862D0F

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

Shades of Burnt Umber #862D0F

Tints of Burnt Umber #862D0F

Color information

#862D0F (or 0x862D0F) is unknown color: approx Burnt Umber. HEX triplet: 86, 2D and 0F. RGB value is (134,45,15). Sum of RGB (Red+Green+Blue) = 134+45+15=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #862D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862D0F is #79D2F0. Grayscale: #444444. Windows color (decimal): -7983857 or 994694. OLE color: 994694.

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

Color convert

RGB1344515-
CMYK00.660.890.47
HSL15.13º79.87%29.22%-
HSV(B)15.13º88.81%52.55%-
XYZ10.866.981.23-
YUV68.1997.99174.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 69.07%
GREEN value IS 45 (17.97% from 255) = 23.20%
BLUE value IS 15 (6.25% from 255) = 7.73%
R=69.07%
G=23.20%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134451500.660.890.4715.1379.8729.22
Hex862DF042592Ff501d
Octal20655170102131571712035
Binary1000011010110111110100001010110011011111111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,45,15); }

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

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

 a { background-color: rgb(134,45,15); }

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

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

 span { border-color: rgb(134,45,15); }

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