Html Css Color HEX #803221 Burnt Umber

📋 copy color: '#803221'

red 128 ◦ green 50 ◦ blue 33

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

Shades of Burnt Umber #803221

Tints of Burnt Umber #803221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.64%

R = 60.66%
G = 23.7%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.50

RGB Variations

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

Color information

#803221 (or 0x803221) is known color: Burnt Umber. HEX triplet: 80, 32 and 21. RGB value is (128,50,33). Sum of RGB (Red+Green+Blue) = 128+50+33=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #803221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803221 is #7FCDDE. Grayscale: #474747. Windows color (decimal): -8375775 or 2175616. OLE color: 2175616.

HSL color Cylindrical-coordinate representation of color #803221: hue angle of 10.74º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #803221 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 50 33 -
CMYK 0 0.61 0.74 0.50
HSL 10.74º 0.59% 0.32% -
HSV(B) 10.74º 0.74% 0.5% -
XYZ 10.32 6.98 2.24 -
YUV 71.38 106.34 168.38 -
System Red Green Blue C M Y K H S L
Decimal 128 50 33 0 0.61 0.74 0.50 10.74 0.59 0.32
Hex 80 32 21 0 3D 4A 32 B 3B 20
Octal 200 62 41 0 75 112 62 13 73 40
Binary 10000000 110010 100001 0 111101 1001010 110010 1011 111011 100000

Color Harmonies of #803221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803221

Black with #803221

Text Example


Text Example

White with #803221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803221; }

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

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

background-color css

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

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

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

border-color css

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

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

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