Html Css Color HEX #862E11 Burnt Umber

📋 copy color: '#862E11'

red 134 ◦ green 46 ◦ blue 17

#862E11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #862E11

Tints of Burnt Umber #862E11

RGB

 RED value IS 134 (52.73% from 255) = 68.02%

 GREEN value IS 46 (18.36% from 255) = 23.35%

 BLUE value IS 17 (7.03% from 255) = 8.63%

R = 68.02%
G = 23.35%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#862E11 (or 0x862E11) is known color: Burnt Umber. HEX triplet: 86, 2E and 11. RGB value is (134,46,17). Sum of RGB (Red+Green+Blue) = 134+46+17=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #862E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862E11 is #79D1EE. Grayscale: #454545. Windows color (decimal): -7983599 or 1126022. OLE color: 1126022.

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

Color convert

RGB 134 46 17 -
CMYK 0 0.66 0.87 0.47
HSL 14.87º 0.77% 0.3% -
HSV(B) 14.87º 0.87% 0.53% -
XYZ 10.91 7.06 1.32 -
YUV 69.01 98.65 174.36 -
System Red Green Blue C M Y K H S L
Decimal 134 46 17 0 0.66 0.87 0.47 14.87 0.77 0.3
Hex 86 2E 11 0 42 57 2F F 4D 1E
Octal 206 56 21 0 102 127 57 17 115 36
Binary 10000110 101110 10001 0 1000010 1010111 101111 1111 1001101 11110

Color Harmonies of #862E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862E11

Black with #862E11

Text Example


Text Example

White with #862E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,46,17); }

 H1.HeaderClassName
 {
   color: #862E11;
 }
 .AnyTagClassName
 {
   color: #862E11;
 }
</style>

background-color css

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

 a { background-color: rgb(134,46,17); }

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

border-color css

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

 span { border-color: rgb(134,46,17); }

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