#805003

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

Shades of Raw Umber #805003

Tints of Raw Umber #805003

Color information

#805003 (or 0x805003) is unknown color: approx Raw Umber. HEX triplet: 80, 50 and 03. RGB value is (128,80,3). Sum of RGB (Red+Green+Blue) = 128+80+3=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #805003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805003 is #7FAFFC. Grayscale: #555555. Windows color (decimal): -8368125 or 217216. OLE color: 217216.

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

Color convert

RGB128803-
CMYK00.380.980.50
HSL36.96º95.42%25.69%-
HSV(B)36.96º97.66%50.2%-
XYZ11.7910.331.46-
YUV85.5781.4158.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.66%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 3 (1.56% from 255) = 1.42%
R=60.66%
G=37.91%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12880300.380.980.5036.9695.4225.69
Hex805030266232255f1a
Octal2001203046142624513732
Binary1000000010100001101001101100010110010100101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805003; }

 p { color: rgb(128,80,3); }

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

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

 a { background-color: rgb(128,80,3); }

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

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

 span { border-color: rgb(128,80,3); }

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