Html Css Color HEX #802A11 Burnt Umber

📋 copy color: '#802A11'

red 128 ◦ green 42 ◦ blue 17

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

Shades of Burnt Umber #802A11

Tints of Burnt Umber #802A11

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.46%

 BLUE value IS 17 (7.03% from 255) = 9.09%

R = 68.45%
G = 22.46%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#802A11 (or 0x802A11) is known color: Burnt Umber. HEX triplet: 80, 2A and 11. RGB value is (128,42,17). Sum of RGB (Red+Green+Blue) = 128+42+17=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #802A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802A11 is #7FD5EE. Grayscale: #414141. Windows color (decimal): -8377839 or 1124992. OLE color: 1124992.

HSL color Cylindrical-coordinate representation of color #802A11: hue angle of 13.51º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #802A11 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 42 17 -
CMYK 0 0.67 0.87 0.50
HSL 13.51º 0.77% 0.28% -
HSV(B) 13.51º 0.87% 0.5% -
XYZ 9.83 6.29 1.23 -
YUV 64.86 100.99 173.03 -
System Red Green Blue C M Y K H S L
Decimal 128 42 17 0 0.67 0.87 0.50 13.51 0.77 0.28
Hex 80 2A 11 0 43 57 32 E 4D 1C
Octal 200 52 21 0 103 127 62 16 115 34
Binary 10000000 101010 10001 0 1000011 1010111 110010 1110 1001101 11100

Color Harmonies of #802A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802A11

Black with #802A11

Text Example


Text Example

White with #802A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,42,17); }

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

background-color css

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

 a { background-color: rgb(128,42,17); }

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

border-color css

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

 span { border-color: rgb(128,42,17); }

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