#862D1C

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

Shades of Burnt Umber #862D1C

Tints of Burnt Umber #862D1C

Color information

#862D1C (or 0x862D1C) is unknown color: approx Burnt Umber. HEX triplet: 86, 2D and 1C. RGB value is (134,45,28). Sum of RGB (Red+Green+Blue) = 134+45+28=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #862D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D1C is #79D2E3. Grayscale: #454545. Windows color (decimal): -7983844 or 1846662. OLE color: 1846662.

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

Color convert

RGB1344528-
CMYK00.660.790.47
HSL9.62º65.43%31.76%-
HSV(B)9.62º79.1%52.55%-
XYZ10.987.031.88-
YUV69.67104.49173.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.73%
GREEN value IS 45 (17.97% from 255) = 21.74%
BLUE value IS 28 (11.33% from 255) = 13.53%
R=64.73%
G=21.74%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134452800.660.790.479.6265.4331.76
Hex862D1C0424F2Fa4120
Octal20655340102117571210140
Binary100001101011011110001000010100111110111110101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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