Html Css Color HEX #803116 Burnt Umber

📋 copy color: '#803116'

red 128 ◦ green 49 ◦ blue 22

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

Shades of Burnt Umber #803116

Tints of Burnt Umber #803116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.62%

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

R = 64.32%
G = 24.62%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#803116 (or 0x803116) is known color: Burnt Umber. HEX triplet: 80, 31 and 16. RGB value is (128,49,22). Sum of RGB (Red+Green+Blue) = 128+49+22=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #803116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803116 is #7FCEE9. Grayscale: #454545. Windows color (decimal): -8376042 or 1454464. OLE color: 1454464.

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

Color convert

RGB 128 49 22 -
CMYK 0 0.62 0.83 0.50
HSL 15.28º 0.71% 0.29% -
HSV(B) 15.28º 0.83% 0.5% -
XYZ 10.15 6.84 1.55 -
YUV 69.54 101.17 169.7 -
System Red Green Blue C M Y K H S L
Decimal 128 49 22 0 0.62 0.83 0.50 15.28 0.71 0.29
Hex 80 31 16 0 3E 53 32 F 47 1D
Octal 200 61 26 0 76 123 62 17 107 35
Binary 10000000 110001 10110 0 111110 1010011 110010 1111 1000111 11101

Color Harmonies of #803116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803116

Black with #803116

Text Example


Text Example

White with #803116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803116; }

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

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

background-color css

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

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

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

border-color css

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

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

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