#705407

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

Shades of Raw Umber #705407

Tints of Raw Umber #705407

Color information

#705407 (or 0x705407) is unknown color: approx Raw Umber. HEX triplet: 70, 54 and 07. RGB value is (112,84,7). Sum of RGB (Red+Green+Blue) = 112+84+7=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #705407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705407 is #8FABF8. Grayscale: #535353. Windows color (decimal): -9415673 or 480368. OLE color: 480368.

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

Color convert

RGB112847-
CMYK00.250.940.56
HSL44º88.24%23.33%-
HSV(B)44º93.75%43.92%-
XYZ9.899.81.57-
YUV83.5984.78148.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 7 (3.12% from 255) = 3.45%
R=55.17%
G=41.38%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11284700.250.940.564488.2423.33
Hex705470195E382c5817
Octal1601247031136705413027
Binary111000010101001110110011011110111000101100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705407; }

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

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

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

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

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

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

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

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