Html Css Color HEX #86321E Burnt Umber

📋 copy color: '#86321E'

red 134 ◦ green 50 ◦ blue 30

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

Shades of Burnt Umber #86321E

Tints of Burnt Umber #86321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.36%

 BLUE value IS 30 (12.11% from 255) = 14.02%

R = 62.62%
G = 23.36%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86321E (or 0x86321E) is known color: Burnt Umber. HEX triplet: 86, 32 and 1E. RGB value is (134,50,30). Sum of RGB (Red+Green+Blue) = 134+50+30=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #86321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86321E is #79CDE1. Grayscale: #484848. Windows color (decimal): -7982562 or 1979014. OLE color: 1979014.

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

Color convert

RGB 134 50 30 -
CMYK 0 0.63 0.78 0.47
HSL 11.54º 0.63% 0.32% -
HSV(B) 11.54º 0.78% 0.53% -
XYZ 11.21 7.44 2.07 -
YUV 72.84 103.83 171.63 -
System Red Green Blue C M Y K H S L
Decimal 134 50 30 0 0.63 0.78 0.47 11.54 0.63 0.32
Hex 86 32 1E 0 3F 4E 2F C 3F 20
Octal 206 62 36 0 77 116 57 14 77 40
Binary 10000110 110010 11110 0 111111 1001110 101111 1100 111111 100000

Color Harmonies of #86321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86321E

Black with #86321E

Text Example


Text Example

White with #86321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86321E; }

 p { color: rgb(134,50,30); }

 H1.HeaderClassName
 {
   color: #86321E;
 }
 .AnyTagClassName
 {
   color: #86321E;
 }
</style>

background-color css

<style>
 a { background-color: #86321E; }

 a { background-color: rgb(134,50,30); }

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

border-color css

<style>
 span { border-color: #86321E; }

 span { border-color: rgb(134,50,30); }

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