Html Css Color HEX #86311C Burnt Umber

📋 copy color: '#86311C'

red 134 ◦ green 49 ◦ blue 28

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

Shades of Burnt Umber #86311C

Tints of Burnt Umber #86311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.27%

R = 63.51%
G = 23.22%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86311C (or 0x86311C) is known color: Burnt Umber. HEX triplet: 86, 31 and 1C. RGB value is (134,49,28). Sum of RGB (Red+Green+Blue) = 134+49+28=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #86311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86311C is #79CEE3. Grayscale: #484848. Windows color (decimal): -7982820 or 1847686. OLE color: 1847686.

HSL color Cylindrical-coordinate representation of color #86311C: hue angle of 11.89º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86311C is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 49 28 -
CMYK 0 0.63 0.79 0.47
HSL 11.89º 0.65% 0.32% -
HSV(B) 11.89º 0.79% 0.53% -
XYZ 11.14 7.35 1.93 -
YUV 72.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 134 49 28 0 0.63 0.79 0.47 11.89 0.65 0.32
Hex 86 31 1C 0 3F 4F 2F C 41 20
Octal 206 61 34 0 77 117 57 14 101 40
Binary 10000110 110001 11100 0 111111 1001111 101111 1100 1000001 100000

Color Harmonies of #86311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86311C

Black with #86311C

Text Example


Text Example

White with #86311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86311C; }

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

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

background-color css

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

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

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

border-color css

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

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

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