#705804

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

Shades of Raw Umber #705804

Tints of Raw Umber #705804

Color information

#705804 (or 0x705804) is unknown color: approx Raw Umber. HEX triplet: 70, 58 and 04. RGB value is (112,88,4). Sum of RGB (Red+Green+Blue) = 112+88+4=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #705804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705804 is #8FA7FB. Grayscale: #555555. Windows color (decimal): -9414652 or 284784. OLE color: 284784.

HSL color Cylindrical-coordinate representation of color #705804: hue angle of 46.67º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #705804 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB112884-
CMYK00.210.960.56
HSL46.67º93.1%22.75%-
HSV(B)46.67º96.43%43.92%-
XYZ10.1910.431.59-
YUV85.681.95146.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.90%
GREEN value IS 88 (34.77% from 255) = 43.14%
BLUE value IS 4 (1.95% from 255) = 1.96%
R=54.90%
G=43.14%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11288400.210.960.5646.6793.122.75
Hex7058401560382f5d17
Octal1601304025140705713527
Binary111000010110001000101011100000111000101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705804; }

 p { color: rgb(112,88,4); }

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

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

 a { background-color: rgb(112,88,4); }

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

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

 span { border-color: rgb(112,88,4); }

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