Html Css Color HEX #86341C Burnt Umber

📋 copy color: '#86341C'

red 134 ◦ green 52 ◦ blue 28

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

Shades of Burnt Umber #86341C

Tints of Burnt Umber #86341C

RGB

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

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

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

R = 62.62%
G = 24.3%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86341C (or 0x86341C) is known color: Burnt Umber. HEX triplet: 86, 34 and 1C. RGB value is (134,52,28). Sum of RGB (Red+Green+Blue) = 134+52+28=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #86341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86341C is #79CBE3. Grayscale: #494949. Windows color (decimal): -7982052 or 1848454. OLE color: 1848454.

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

Color convert

RGB 134 52 28 -
CMYK 0 0.61 0.79 0.47
HSL 13.58º 0.65% 0.32% -
HSV(B) 13.58º 0.79% 0.53% -
XYZ 11.27 7.61 1.97 -
YUV 73.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 134 52 28 0 0.61 0.79 0.47 13.58 0.65 0.32
Hex 86 34 1C 0 3D 4F 2F E 41 20
Octal 206 64 34 0 75 117 57 16 101 40
Binary 10000110 110100 11100 0 111101 1001111 101111 1110 1000001 100000

Color Harmonies of #86341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86341C

Black with #86341C

Text Example


Text Example

White with #86341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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