Html Css Color HEX #802811 Burnt Umber

📋 copy color: '#802811'

red 128 ◦ green 40 ◦ blue 17

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

Shades of Burnt Umber #802811

Tints of Burnt Umber #802811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.62%

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

R = 69.19%
G = 21.62%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#802811 (or 0x802811) is known color: Burnt Umber. HEX triplet: 80, 28 and 11. RGB value is (128,40,17). Sum of RGB (Red+Green+Blue) = 128+40+17=185 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.19% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 128 - color contains mainly: red. Hex color #802811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802811 is #7FD7EE. Grayscale: #3F3F3F. Windows color (decimal): -8378351 or 1124480. OLE color: 1124480.

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

Color convert

RGB 128 40 17 -
CMYK 0 0.69 0.87 0.50
HSL 12.43º 0.77% 0.28% -
HSV(B) 12.43º 0.87% 0.5% -
XYZ 9.76 6.15 1.2 -
YUV 63.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 128 40 17 0 0.69 0.87 0.50 12.43 0.77 0.28
Hex 80 28 11 0 45 57 32 C 4D 1C
Octal 200 50 21 0 105 127 62 14 115 34
Binary 10000000 101000 10001 0 1000101 1010111 110010 1100 1001101 11100

Color Harmonies of #802811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802811

Black with #802811

Text Example


Text Example

White with #802811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802811; }

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

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

background-color css

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

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

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

border-color css

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

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

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