Html Css Color HEX #86341A Burnt Umber

📋 copy color: '#86341A'

red 134 ◦ green 52 ◦ blue 26

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

Shades of Burnt Umber #86341A

Tints of Burnt Umber #86341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.53%

 BLUE value IS 26 (10.55% from 255) = 12.26%

R = 63.21%
G = 24.53%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#86341A (or 0x86341A) is known color: Burnt Umber. HEX triplet: 86, 34 and 1A. RGB value is (134,52,26). Sum of RGB (Red+Green+Blue) = 134+52+26=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #86341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86341A is #79CBE5. Grayscale: #494949. Windows color (decimal): -7982054 or 1717382. OLE color: 1717382.

HSL color Cylindrical-coordinate representation of color #86341A: hue angle of 14.44º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86341A is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 52 26 -
CMYK 0 0.61 0.81 0.47
HSL 14.44º 0.68% 0.31% -
HSV(B) 14.44º 0.81% 0.53% -
XYZ 11.25 7.6 1.85 -
YUV 73.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 134 52 26 0 0.61 0.81 0.47 14.44 0.68 0.31
Hex 86 34 1A 0 3D 51 2F E 44 1F
Octal 206 64 32 0 75 121 57 16 104 37
Binary 10000110 110100 11010 0 111101 1010001 101111 1110 1000100 11111

Color Harmonies of #86341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86341A

Black with #86341A

Text Example


Text Example

White with #86341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86341A; }

 p { color: rgb(134,52,26); }

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

background-color css

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

 a { background-color: rgb(134,52,26); }

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

border-color css

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

 span { border-color: rgb(134,52,26); }

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