Html Css Color HEX #802B20 Burnt Umber

📋 copy color: '#802B20'

red 128 ◦ green 43 ◦ blue 32

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

Shades of Burnt Umber #802B20

Tints of Burnt Umber #802B20

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.18%

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

R = 63.05%
G = 21.18%
B = 15.76%

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

#802B20 (or 0x802B20) is known color: Burnt Umber. HEX triplet: 80, 2B and 20. RGB value is (128,43,32). Sum of RGB (Red+Green+Blue) = 128+43+32=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #802B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802B20 is #7FD4DF. Grayscale: #434343. Windows color (decimal): -8377568 or 2108288. OLE color: 2108288.

HSL color Cylindrical-coordinate representation of color #802B20: hue angle of 6.88º 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 #802B20 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 43 32 -
CMYK 0 0.66 0.75 0.50
HSL 6.88º 0.6% 0.31% -
HSV(B) 6.88º 0.75% 0.5% -
XYZ 10.03 6.42 2.08 -
YUV 67.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 128 43 32 0 0.66 0.75 0.50 6.88 0.6 0.31
Hex 80 2B 20 0 42 4B 32 7 3C 1F
Octal 200 53 40 0 102 113 62 7 74 37
Binary 10000000 101011 100000 0 1000010 1001011 110010 111 111100 11111

Color Harmonies of #802B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802B20

Black with #802B20

Text Example


Text Example

White with #802B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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