#862F27

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

Shades of Burnt Umber #862F27

Tints of Burnt Umber #862F27

Color information

#862F27 (or 0x862F27) is unknown color: approx Burnt Umber. HEX triplet: 86, 2F and 27. RGB value is (134,47,39). Sum of RGB (Red+Green+Blue) = 134+47+39=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #862F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F27 is #79D0D8. Grayscale: #484848. Windows color (decimal): -7983321 or 2568070. OLE color: 2568070.

HSL color Cylindrical-coordinate representation of color #862F27: hue angle of 5.05º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #862F27 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1344739-
CMYK00.650.710.47
HSL5.05º54.91%33.92%-
HSV(B)5.05º70.9%52.55%-
XYZ11.217.252.73-
YUV72.1109.32172.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.91%
GREEN value IS 47 (18.75% from 255) = 21.36%
BLUE value IS 39 (15.62% from 255) = 17.73%
R=60.91%
G=21.36%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134473900.650.710.475.0554.9133.92
Hex862F27041472F53722
Octal206574701011075756742
Binary10000110101111100111010000011000111101111101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,47,39); }

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

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

 a { background-color: rgb(134,47,39); }

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

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

 span { border-color: rgb(134,47,39); }

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