#862B1E

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

Shades of Burnt Umber #862B1E

Tints of Burnt Umber #862B1E

Color information

#862B1E (or 0x862B1E) is unknown color: approx Burnt Umber. HEX triplet: 86, 2B and 1E. RGB value is (134,43,30). Sum of RGB (Red+Green+Blue) = 134+43+30=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #862B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862B1E is #79D4E1. Grayscale: #444444. Windows color (decimal): -7984354 or 1977222. OLE color: 1977222.

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

Color convert

RGB1344330-
CMYK00.680.780.47
HSL7.5º63.41%32.16%-
HSV(B)7.5º77.61%52.55%-
XYZ10.936.891.98-
YUV68.73106.15174.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.73%
GREEN value IS 43 (17.19% from 255) = 20.77%
BLUE value IS 30 (12.11% from 255) = 14.49%
R=64.73%
G=20.77%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134433000.680.780.477.563.4132.16
Hex862B1E0444E2F83f20
Octal2065336010411657107740
Binary10000110101011111100100010010011101011111000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,43,30); }

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

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

 a { background-color: rgb(134,43,30); }

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

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

 span { border-color: rgb(134,43,30); }

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