#862C26

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

Shades of Burnt Umber #862C26

Tints of Burnt Umber #862C26

Color information

#862C26 (or 0x862C26) is unknown color: approx Burnt Umber. HEX triplet: 86, 2C and 26. RGB value is (134,44,38). Sum of RGB (Red+Green+Blue) = 134+44+38=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #862C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C26 is #79D3D9. Grayscale: #464646. Windows color (decimal): -7984090 or 2501766. OLE color: 2501766.

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

Color convert

RGB1344438-
CMYK00.670.720.47
HSL3.75º55.81%33.73%-
HSV(B)3.75º71.64%52.55%-
XYZ11.087.012.6-
YUV70.23109.82173.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.04%
GREEN value IS 44 (17.58% from 255) = 20.37%
BLUE value IS 38 (15.23% from 255) = 17.59%
R=62.04%
G=20.37%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134443800.670.720.473.7555.8133.73
Hex862C26043482F43822
Octal206544601031105747042
Binary10000110101100100110010000111001000101111100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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