Html Css Color HEX #802C20 Burnt Umber

📋 copy color: '#802C20'

red 128 ◦ green 44 ◦ blue 32

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

Shades of Burnt Umber #802C20

Tints of Burnt Umber #802C20

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.57%

 BLUE value IS 32 (12.89% from 255) = 15.69%

R = 62.75%
G = 21.57%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#802C20 (or 0x802C20) is known color: Burnt Umber. HEX triplet: 80, 2C and 20. RGB value is (128,44,32). Sum of RGB (Red+Green+Blue) = 128+44+32=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #802C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C20 is #7FD3DF. Grayscale: #434343. Windows color (decimal): -8377312 or 2108544. OLE color: 2108544.

HSL color Cylindrical-coordinate representation of color #802C20: hue angle of 7.5º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802C20 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 44 32 -
CMYK 0 0.66 0.75 0.50
HSL 7.5º 0.6% 0.31% -
HSV(B) 7.5º 0.75% 0.5% -
XYZ 10.06 6.49 2.09 -
YUV 67.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 128 44 32 0 0.66 0.75 0.50 7.5 0.6 0.31
Hex 80 2C 20 0 42 4B 32 8 3C 1F
Octal 200 54 40 0 102 113 62 10 74 37
Binary 10000000 101100 100000 0 1000010 1001011 110010 1000 111100 11111

Color Harmonies of #802C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802C20

Black with #802C20

Text Example


Text Example

White with #802C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802C20; }

 p { color: rgb(128,44,32); }

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

background-color css

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

 a { background-color: rgb(128,44,32); }

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

border-color css

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

 span { border-color: rgb(128,44,32); }

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