#862C27

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

Shades of Burnt Umber #862C27

Tints of Burnt Umber #862C27

Color information

#862C27 (or 0x862C27) is unknown color: approx Burnt Umber. HEX triplet: 86, 2C and 27. RGB value is (134,44,39). Sum of RGB (Red+Green+Blue) = 134+44+39=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #862C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C27 is #79D3D8. Grayscale: #464646. Windows color (decimal): -7984089 or 2567302. OLE color: 2567302.

HSL color Cylindrical-coordinate representation of color #862C27: hue angle of 3.16º 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 #862C27 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1344439-
CMYK00.670.710.47
HSL3.16º54.91%33.92%-
HSV(B)3.16º70.9%52.55%-
XYZ11.17.022.69-
YUV70.34110.32173.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.75%
GREEN value IS 44 (17.58% from 255) = 20.28%
BLUE value IS 39 (15.62% from 255) = 17.97%
R=61.75%
G=20.28%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134443900.670.710.473.1654.9133.92
Hex862C27043472F33722
Octal206544701031075736742
Binary1000011010110010011101000011100011110111111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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