Html Css Color HEX #86371C Burnt Umber

📋 copy color: '#86371C'

red 134 ◦ green 55 ◦ blue 28

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

Shades of Burnt Umber #86371C

Tints of Burnt Umber #86371C

RGB

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

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

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

R = 61.75%
G = 25.35%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86371C (or 0x86371C) is known color: Burnt Umber. HEX triplet: 86, 37 and 1C. RGB value is (134,55,28). Sum of RGB (Red+Green+Blue) = 134+55+28=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #86371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86371C is #79C8E3. Grayscale: #4B4B4B. Windows color (decimal): -7981284 or 1849222. OLE color: 1849222.

HSL color Cylindrical-coordinate representation of color #86371C: hue angle of 15.28º 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 #86371C is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 55 28 -
CMYK 0 0.59 0.79 0.47
HSL 15.28º 0.65% 0.32% -
HSV(B) 15.28º 0.79% 0.53% -
XYZ 11.41 7.88 2.02 -
YUV 75.54 101.17 169.7 -
System Red Green Blue C M Y K H S L
Decimal 134 55 28 0 0.59 0.79 0.47 15.28 0.65 0.32
Hex 86 37 1C 0 3B 4F 2F F 41 20
Octal 206 67 34 0 73 117 57 17 101 40
Binary 10000110 110111 11100 0 111011 1001111 101111 1111 1000001 100000

Color Harmonies of #86371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86371C

Black with #86371C

Text Example


Text Example

White with #86371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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