Html Css Color HEX #802B11 Burnt Umber

📋 copy color: '#802B11'

red 128 ◦ green 43 ◦ blue 17

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

Shades of Burnt Umber #802B11

Tints of Burnt Umber #802B11

RGB

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

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

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

R = 68.09%
G = 22.87%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#802B11 (or 0x802B11) is known color: Burnt Umber. HEX triplet: 80, 2B and 11. RGB value is (128,43,17). Sum of RGB (Red+Green+Blue) = 128+43+17=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #802B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802B11 is #7FD4EE. Grayscale: #414141. Windows color (decimal): -8377583 or 1125248. OLE color: 1125248.

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

Color convert

RGB 128 43 17 -
CMYK 0 0.66 0.87 0.50
HSL 14.05º 0.77% 0.28% -
HSV(B) 14.05º 0.87% 0.5% -
XYZ 9.87 6.36 1.24 -
YUV 65.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 128 43 17 0 0.66 0.87 0.50 14.05 0.77 0.28
Hex 80 2B 11 0 42 57 32 E 4D 1C
Octal 200 53 21 0 102 127 62 16 115 34
Binary 10000000 101011 10001 0 1000010 1010111 110010 1110 1001101 11100

Color Harmonies of #802B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802B11

Black with #802B11

Text Example


Text Example

White with #802B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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