#804B03

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

Shades of Raw Umber #804B03

Tints of Raw Umber #804B03

Color information

#804B03 (or 0x804B03) is unknown color: approx Raw Umber. HEX triplet: 80, 4B and 03. RGB value is (128,75,3). Sum of RGB (Red+Green+Blue) = 128+75+3=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #804B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804B03 is #7FB4FC. Grayscale: #525252. Windows color (decimal): -8369405 or 215936. OLE color: 215936.

HSL color Cylindrical-coordinate representation of color #804B03: hue angle of 34.56º 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 #804B03 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB128753-
CMYK00.410.980.50
HSL34.56º95.42%25.69%-
HSV(B)34.56º97.66%50.2%-
XYZ11.439.631.34-
YUV82.6483.06160.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.14%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 3 (1.56% from 255) = 1.46%
R=62.14%
G=36.41%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12875300.410.980.5034.5695.4225.69
Hex804B30296232235f1a
Octal2001133051142624313732
Binary1000000010010111101010011100010110010100011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804B03; }

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

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

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

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

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

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

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

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