#705718

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

Shades of Raw Umber #705718

Tints of Raw Umber #705718

Color information

#705718 (or 0x705718) is unknown color: approx Raw Umber. HEX triplet: 70, 57 and 18. RGB value is (112,87,24). Sum of RGB (Red+Green+Blue) = 112+87+24=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #705718 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705718 is #8FA8E7. Grayscale: #575757. Windows color (decimal): -9414888 or 1595248. OLE color: 1595248.

HSL color Cylindrical-coordinate representation of color #705718: hue angle of 42.95º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #705718 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB1128724-
CMYK00.220.790.56
HSL42.95º64.71%26.67%-
HSV(B)42.95º78.57%43.92%-
XYZ10.2610.332.32-
YUV87.2992.28145.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 87 (34.38% from 255) = 39.01%
BLUE value IS 24 (9.77% from 255) = 10.76%
R=50.22%
G=39.01%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112872400.220.790.5642.9564.7126.67
Hex7057180164F382b411b
Octal16012730026117705310133
Binary11100001010111110000101101001111111000101011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705718; }

 p { color: rgb(112,87,24); }

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

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

 a { background-color: rgb(112,87,24); }

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

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

 span { border-color: rgb(112,87,24); }

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