Html Css Color HEX #86371F Burnt Umber

📋 copy color: '#86371F'

red 134 ◦ green 55 ◦ blue 31

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

Shades of Burnt Umber #86371F

Tints of Burnt Umber #86371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

 BLUE value IS 31 (12.5% from 255) = 14.09%

R = 60.91%
G = 25%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86371F (or 0x86371F) is known color: Burnt Umber. HEX triplet: 86, 37 and 1F. RGB value is (134,55,31). Sum of RGB (Red+Green+Blue) = 134+55+31=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #86371F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86371F is #79C8E0. Grayscale: #4C4C4C. Windows color (decimal): -7981281 or 2045830. OLE color: 2045830.

HSL color Cylindrical-coordinate representation of color #86371F: hue angle of 13.98º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86371F is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 55 31 -
CMYK 0 0.59 0.77 0.47
HSL 13.98º 0.62% 0.32% -
HSV(B) 13.98º 0.77% 0.53% -
XYZ 11.45 7.9 2.22 -
YUV 75.89 102.67 169.45 -
System Red Green Blue C M Y K H S L
Decimal 134 55 31 0 0.59 0.77 0.47 13.98 0.62 0.32
Hex 86 37 1F 0 3B 4D 2F E 3E 20
Octal 206 67 37 0 73 115 57 16 76 40
Binary 10000110 110111 11111 0 111011 1001101 101111 1110 111110 100000

Color Harmonies of #86371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86371F

Black with #86371F

Text Example


Text Example

White with #86371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86371F; }

 p { color: rgb(134,55,31); }

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

background-color css

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

 a { background-color: rgb(134,55,31); }

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

border-color css

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

 span { border-color: rgb(134,55,31); }

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