Html Css Color HEX #80321A Burnt Umber

📋 copy color: '#80321A'

red 128 ◦ green 50 ◦ blue 26

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

Shades of Burnt Umber #80321A

Tints of Burnt Umber #80321A

RGB

 RED value IS 128 (50.39% from 255) = 62.75%

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

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

R = 62.75%
G = 24.51%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#80321A (or 0x80321A) is known color: Burnt Umber. HEX triplet: 80, 32 and 1A. RGB value is (128,50,26). Sum of RGB (Red+Green+Blue) = 128+50+26=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #80321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80321A is #7FCDE5. Grayscale: #464646. Windows color (decimal): -8375782 or 1716864. OLE color: 1716864.

HSL color Cylindrical-coordinate representation of color #80321A: hue angle of 14.12º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80321A is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 50 26 -
CMYK 0 0.61 0.80 0.50
HSL 14.12º 0.66% 0.3% -
HSV(B) 14.12º 0.8% 0.5% -
XYZ 10.23 6.94 1.78 -
YUV 70.59 102.84 168.95 -
System Red Green Blue C M Y K H S L
Decimal 128 50 26 0 0.61 0.80 0.50 14.12 0.66 0.3
Hex 80 32 1A 0 3D 50 32 E 42 1E
Octal 200 62 32 0 75 120 62 16 102 36
Binary 10000000 110010 11010 0 111101 1010000 110010 1110 1000010 11110

Color Harmonies of #80321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80321A

Black with #80321A

Text Example


Text Example

White with #80321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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