Html Css Color HEX #862F11 Burnt Umber

📋 copy color: '#862F11'

red 134 ◦ green 47 ◦ blue 17

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

Shades of Burnt Umber #862F11

Tints of Burnt Umber #862F11

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.74%

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

R = 67.68%
G = 23.74%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#862F11 (or 0x862F11) is known color: Burnt Umber. HEX triplet: 86, 2F and 11. RGB value is (134,47,17). Sum of RGB (Red+Green+Blue) = 134+47+17=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #862F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862F11 is #79D0EE. Grayscale: #454545. Windows color (decimal): -7983343 or 1126278. OLE color: 1126278.

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

Color convert

RGB 134 47 17 -
CMYK 0 0.65 0.87 0.47
HSL 15.38º 0.77% 0.3% -
HSV(B) 15.38º 0.87% 0.53% -
XYZ 10.95 7.14 1.33 -
YUV 69.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 134 47 17 0 0.65 0.87 0.47 15.38 0.77 0.3
Hex 86 2F 11 0 41 57 2F F 4D 1E
Octal 206 57 21 0 101 127 57 17 115 36
Binary 10000110 101111 10001 0 1000001 1010111 101111 1111 1001101 11110

Color Harmonies of #862F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862F11

Black with #862F11

Text Example


Text Example

White with #862F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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