#862F1B

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

Shades of Burnt Umber #862F1B

Tints of Burnt Umber #862F1B

Color information

#862F1B (or 0x862F1B) is unknown color: approx Burnt Umber. HEX triplet: 86, 2F and 1B. RGB value is (134,47,27). Sum of RGB (Red+Green+Blue) = 134+47+27=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #862F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F1B is #79D0E4. Grayscale: #464646. Windows color (decimal): -7983333 or 1781638. OLE color: 1781638.

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

Color convert

RGB1344727-
CMYK00.650.800.47
HSL11.21º66.46%31.57%-
HSV(B)11.21º79.85%52.55%-
XYZ11.057.181.84-
YUV70.73103.32173.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.42%
GREEN value IS 47 (18.75% from 255) = 22.60%
BLUE value IS 27 (10.94% from 255) = 12.98%
R=64.42%
G=22.60%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134472700.650.800.4711.2166.4631.57
Hex862F1B041502Fb4220
Octal20657330101120571310240
Binary100001101011111101101000001101000010111110111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,47,27); }

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

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

 a { background-color: rgb(134,47,27); }

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

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

 span { border-color: rgb(134,47,27); }

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