Html Css Color HEX #863111 Burnt Umber

📋 copy color: '#863111'

red 134 ◦ green 49 ◦ blue 17

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

Shades of Burnt Umber #863111

Tints of Burnt Umber #863111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.5%

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

R = 67%
G = 24.5%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#863111 (or 0x863111) is known color: Burnt Umber. HEX triplet: 86, 31 and 11. RGB value is (134,49,17). Sum of RGB (Red+Green+Blue) = 134+49+17=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #863111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863111 is #79CEEE. Grayscale: #464646. Windows color (decimal): -7982831 or 1126790. OLE color: 1126790.

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

Color convert

RGB 134 49 17 -
CMYK 0 0.63 0.87 0.47
HSL 16.41º 0.77% 0.3% -
HSV(B) 16.41º 0.87% 0.53% -
XYZ 11.03 7.31 1.36 -
YUV 70.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 134 49 17 0 0.63 0.87 0.47 16.41 0.77 0.3
Hex 86 31 11 0 3F 57 2F 10 4D 1E
Octal 206 61 21 0 77 127 57 20 115 36
Binary 10000110 110001 10001 0 111111 1010111 101111 10000 1001101 11110

Color Harmonies of #863111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863111

Black with #863111

Text Example


Text Example

White with #863111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863111; }

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

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

background-color css

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

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

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

border-color css

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

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

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