#804708

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

Shades of Raw Umber #804708

Tints of Raw Umber #804708

Color information

#804708 (or 0x804708) is unknown color: approx Raw Umber. HEX triplet: 80, 47 and 08. RGB value is (128,71,8). Sum of RGB (Red+Green+Blue) = 128+71+8=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #804708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804708 is #7FB8F7. Grayscale: #515151. Windows color (decimal): -8370424 or 542592. OLE color: 542592.

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

Color convert

RGB128718-
CMYK00.450.940.50
HSL31.5º88.24%26.67%-
HSV(B)31.5º93.75%50.2%-
XYZ11.29.111.4-
YUV80.8686.88161.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.84%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 8 (3.52% from 255) = 3.86%
R=61.84%
G=34.30%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12871800.450.940.5031.588.2426.67
Hex8047802D5E3220581b
Octal20010710055136624013033
Binary100000001000111100001011011011110110010100000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804708; }

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

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

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

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

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

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

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

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