#862C28

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

Shades of Burnt Umber #862C28

Tints of Burnt Umber #862C28

Color information

#862C28 (or 0x862C28) is unknown color: approx Burnt Umber. HEX triplet: 86, 2C and 28. RGB value is (134,44,40). Sum of RGB (Red+Green+Blue) = 134+44+40=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #862C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C28 is #79D3D7. Grayscale: #464646. Windows color (decimal): -7984088 or 2632838. OLE color: 2632838.

HSL color Cylindrical-coordinate representation of color #862C28: hue angle of 2.55º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #862C28 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1344440-
CMYK00.670.700.47
HSL2.55º54.02%34.12%-
HSV(B)2.55º70.15%52.55%-
XYZ11.127.022.78-
YUV70.45110.82173.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.47%
GREEN value IS 44 (17.58% from 255) = 20.18%
BLUE value IS 40 (16.02% from 255) = 18.35%
R=61.47%
G=20.18%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134444000.670.700.472.5554.0234.12
Hex862C28043462F33622
Octal206545001031065736642
Binary1000011010110010100001000011100011010111111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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