Html Css Color HEX #803016 Burnt Umber

📋 copy color: '#803016'

red 128 ◦ green 48 ◦ blue 22

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

Shades of Burnt Umber #803016

Tints of Burnt Umber #803016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.24%

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

R = 64.65%
G = 24.24%
B = 11.11%

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

#803016 (or 0x803016) is known color: Burnt Umber. HEX triplet: 80, 30 and 16. RGB value is (128,48,22). Sum of RGB (Red+Green+Blue) = 128+48+22=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #803016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803016 is #7FCFE9. Grayscale: #454545. Windows color (decimal): -8376298 or 1454208. OLE color: 1454208.

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

Color convert

RGB 128 48 22 -
CMYK 0 0.62 0.83 0.50
HSL 14.72º 0.71% 0.29% -
HSV(B) 14.72º 0.83% 0.5% -
XYZ 10.1 6.76 1.53 -
YUV 68.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 128 48 22 0 0.62 0.83 0.50 14.72 0.71 0.29
Hex 80 30 16 0 3E 53 32 F 47 1D
Octal 200 60 26 0 76 123 62 17 107 35
Binary 10000000 110000 10110 0 111110 1010011 110010 1111 1000111 11101

Color Harmonies of #803016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803016

Black with #803016

Text Example


Text Example

White with #803016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803016; }

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

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

background-color css

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

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

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

border-color css

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

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

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