#804700

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

Shades of Raw Umber #804700

Tints of Raw Umber #804700

Color information

#804700 (or 0x804700) is unknown color: approx Raw Umber. HEX triplet: 80, 47 and 00. RGB value is (128,71,0). Sum of RGB (Red+Green+Blue) = 128+71+0=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #804700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804700 is #7FB8FF. Grayscale: #505050. Windows color (decimal): -8370432 or 18304. OLE color: 18304.

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

Color convert

RGB128710-
CMYK00.4510.50
HSL33.28º100%25.1%-
HSV(B)33.28º100%50.2%-
XYZ11.169.11.17-
YUV79.9582.88162.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.32%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.32%
G=35.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12871000.4510.5033.2810025.1
Hex8047002D6432216419
Octal2001070055144624114431
Binary100000001000111001011011100100110010100001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804700; }

 p { color: rgb(128,71,0); }

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

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

 a { background-color: rgb(128,71,0); }

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

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

 span { border-color: rgb(128,71,0); }

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