Html Css Color HEX #86311B Burnt Umber

📋 copy color: '#86311B'

red 134 ◦ green 49 ◦ blue 27

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

Shades of Burnt Umber #86311B

Tints of Burnt Umber #86311B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.86%

R = 63.81%
G = 23.33%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#86311B (or 0x86311B) is known color: Burnt Umber. HEX triplet: 86, 31 and 1B. RGB value is (134,49,27). Sum of RGB (Red+Green+Blue) = 134+49+27=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #86311B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86311B is #79CEE4. Grayscale: #484848. Windows color (decimal): -7982821 or 1782150. OLE color: 1782150.

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

Color convert

RGB 134 49 27 -
CMYK 0 0.63 0.80 0.47
HSL 12.34º 0.66% 0.32% -
HSV(B) 12.34º 0.8% 0.53% -
XYZ 11.13 7.34 1.87 -
YUV 71.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 134 49 27 0 0.63 0.80 0.47 12.34 0.66 0.32
Hex 86 31 1B 0 3F 50 2F C 42 20
Octal 206 61 33 0 77 120 57 14 102 40
Binary 10000110 110001 11011 0 111111 1010000 101111 1100 1000010 100000

Color Harmonies of #86311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86311B

Black with #86311B

Text Example


Text Example

White with #86311B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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