Html Css Color HEX #862811 Burnt Umber

📋 copy color: '#862811'

red 134 ◦ green 40 ◦ blue 17

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

Shades of Burnt Umber #862811

Tints of Burnt Umber #862811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.94%

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

R = 70.16%
G = 20.94%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#862811 (or 0x862811) is known color: Burnt Umber. HEX triplet: 86, 28 and 11. RGB value is (134,40,17). Sum of RGB (Red+Green+Blue) = 134+40+17=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #862811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862811 is #79D7EE. Grayscale: #414141. Windows color (decimal): -7985135 or 1124486. OLE color: 1124486.

HSL color Cylindrical-coordinate representation of color #862811: hue angle of 11.79º 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 #862811 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 40 17 -
CMYK 0 0.70 0.87 0.47
HSL 11.79º 0.77% 0.3% -
HSV(B) 11.79º 0.87% 0.53% -
XYZ 10.69 6.63 1.25 -
YUV 65.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 134 40 17 0 0.70 0.87 0.47 11.79 0.77 0.3
Hex 86 28 11 0 46 57 2F C 4D 1E
Octal 206 50 21 0 106 127 57 14 115 36
Binary 10000110 101000 10001 0 1000110 1010111 101111 1100 1001101 11110

Color Harmonies of #862811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862811

Black with #862811

Text Example


Text Example

White with #862811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862811; }

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

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

background-color css

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

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

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

border-color css

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

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

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