Html Css Color HEX #86321D Burnt Umber

📋 copy color: '#86321D'

red 134 ◦ green 50 ◦ blue 29

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

Shades of Burnt Umber #86321D

Tints of Burnt Umber #86321D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.62%

R = 62.91%
G = 23.47%
B = 13.62%

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

#86321D (or 0x86321D) is known color: Burnt Umber. HEX triplet: 86, 32 and 1D. RGB value is (134,50,29). Sum of RGB (Red+Green+Blue) = 134+50+29=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #86321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86321D is #79CDE2. Grayscale: #484848. Windows color (decimal): -7982563 or 1913478. OLE color: 1913478.

HSL color Cylindrical-coordinate representation of color #86321D: hue angle of 12º degrees, saturation: 0.64, 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 #86321D is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 50 29 -
CMYK 0 0.63 0.78 0.47
HSL 12º 0.64% 0.32% -
HSV(B) 12º 0.78% 0.53% -
XYZ 11.19 7.44 2.01 -
YUV 72.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 134 50 29 0 0.63 0.78 0.47 12 0.64 0.32
Hex 86 32 1D 0 3F 4E 2F C 40 20
Octal 206 62 35 0 77 116 57 14 100 40
Binary 10000110 110010 11101 0 111111 1001110 101111 1100 1000000 100000

Color Harmonies of #86321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86321D

Black with #86321D

Text Example


Text Example

White with #86321D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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