Html Css Color HEX #802916 Burnt Umber

📋 copy color: '#802916'

red 128 ◦ green 41 ◦ blue 22

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

Shades of Burnt Umber #802916

Tints of Burnt Umber #802916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

 BLUE value IS 22 (8.98% from 255) = 11.52%

R = 67.02%
G = 21.47%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#802916 (or 0x802916) is known color: Burnt Umber. HEX triplet: 80, 29 and 16. RGB value is (128,41,22). Sum of RGB (Red+Green+Blue) = 128+41+22=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #802916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802916 is #7FD6E9. Grayscale: #414141. Windows color (decimal): -8378090 or 1452416. OLE color: 1452416.

HSL color Cylindrical-coordinate representation of color #802916: hue angle of 10.75º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #802916 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 22 -
CMYK 0 0.68 0.83 0.50
HSL 10.75º 0.71% 0.29% -
HSV(B) 10.75º 0.83% 0.5% -
XYZ 9.84 6.23 1.44 -
YUV 64.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 128 41 22 0 0.68 0.83 0.50 10.75 0.71 0.29
Hex 80 29 16 0 44 53 32 B 47 1D
Octal 200 51 26 0 104 123 62 13 107 35
Binary 10000000 101001 10110 0 1000100 1010011 110010 1011 1000111 11101

Color Harmonies of #802916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802916

Black with #802916

Text Example


Text Example

White with #802916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802916; }

 p { color: rgb(128,41,22); }

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

background-color css

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

 a { background-color: rgb(128,41,22); }

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

border-color css

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

 span { border-color: rgb(128,41,22); }

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