Html Css Color HEX #86321A Burnt Umber

📋 copy color: '#86321A'

red 134 ◦ green 50 ◦ blue 26

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

Shades of Burnt Umber #86321A

Tints of Burnt Umber #86321A

RGB

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

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

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

R = 63.81%
G = 23.81%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#86321A (or 0x86321A) is known color: Burnt Umber. HEX triplet: 86, 32 and 1A. RGB value is (134,50,26). Sum of RGB (Red+Green+Blue) = 134+50+26=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #86321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86321A is #79CDE5. Grayscale: #484848. Windows color (decimal): -7982566 or 1716870. OLE color: 1716870.

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

Color convert

RGB 134 50 26 -
CMYK 0 0.63 0.81 0.47
HSL 13.33º 0.68% 0.31% -
HSV(B) 13.33º 0.81% 0.53% -
XYZ 11.16 7.42 1.82 -
YUV 72.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 134 50 26 0 0.63 0.81 0.47 13.33 0.68 0.31
Hex 86 32 1A 0 3F 51 2F D 44 1F
Octal 206 62 32 0 77 121 57 15 104 37
Binary 10000110 110010 11010 0 111111 1010001 101111 1101 1000100 11111

Color Harmonies of #86321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86321A

Black with #86321A

Text Example


Text Example

White with #86321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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