#804801

Color #804801 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #804801

Tints of Raw Umber #804801

Color information

#804801 (or 0x804801) is unknown color: approx Raw Umber. HEX triplet: 80, 48 and 01. RGB value is (128,72,1). Sum of RGB (Red+Green+Blue) = 128+72+1=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #804801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804801 is #7FB7FE. Grayscale: #505050. Windows color (decimal): -8370175 or 84096. OLE color: 84096.

HSL color Cylindrical-coordinate representation of color #804801: hue angle of 33.54º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #804801 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB128721-
CMYK00.440.990.50
HSL33.54º98.45%25.29%-
HSV(B)33.54º99.22%50.2%-
XYZ11.229.231.22-
YUV80.6583.05161.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.68%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=63.68%
G=35.82%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12872100.440.990.5033.5498.4525.29
Hex8048102C6332226219
Octal2001101054143624214231
Binary100000001001000101011001100011110010100010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804801; }

 p { color: rgb(128,72,1); }

 H1.HeaderClassName
 {
   color: #804801;
 }
 .AnyTagClassName
 {
   color: #804801;
 }
</style>
background-color css

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

 a { background-color: rgb(128,72,1); }

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

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

 span { border-color: rgb(128,72,1); }

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