#705907

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

Shades of Raw Umber #705907

Tints of Raw Umber #705907

Color information

#705907 (or 0x705907) is unknown color: approx Raw Umber. HEX triplet: 70, 59 and 07. RGB value is (112,89,7). Sum of RGB (Red+Green+Blue) = 112+89+7=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #705907 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705907 is #8FA6F8. Grayscale: #565656. Windows color (decimal): -9414393 or 481648. OLE color: 481648.

HSL color Cylindrical-coordinate representation of color #705907: hue angle of 46.86º 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 #705907 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB112897-
CMYK00.210.940.56
HSL46.86º88.24%23.33%-
HSV(B)46.86º93.75%43.92%-
XYZ10.2910.61.71-
YUV86.5383.12146.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 89 (35.16% from 255) = 42.79%
BLUE value IS 7 (3.12% from 255) = 3.37%
R=53.85%
G=42.79%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11289700.210.940.5646.8688.2423.33
Hex705970155E382f5817
Octal1601317025136705713027
Binary111000010110011110101011011110111000101111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705907; }

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

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

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

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

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

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

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

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