#705607

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

Shades of Raw Umber #705607

Tints of Raw Umber #705607

Color information

#705607 (or 0x705607) is unknown color: approx Raw Umber. HEX triplet: 70, 56 and 07. RGB value is (112,86,7). Sum of RGB (Red+Green+Blue) = 112+86+7=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #705607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705607 is #8FA9F8. Grayscale: #555555. Windows color (decimal): -9415161 or 480880. OLE color: 480880.

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

Color convert

RGB112867-
CMYK00.230.940.56
HSL45.14º88.24%23.33%-
HSV(B)45.14º93.75%43.92%-
XYZ10.0510.121.62-
YUV84.7784.11147.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.63%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 7 (3.12% from 255) = 3.41%
R=54.63%
G=41.95%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11286700.230.940.5645.1488.2423.33
Hex705670175E382d5817
Octal1601267027136705513027
Binary111000010101101110101111011110111000101101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705607; }

 p { color: rgb(112,86,7); }

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

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

 a { background-color: rgb(112,86,7); }

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

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

 span { border-color: rgb(112,86,7); }

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