#705A39

Color #705A39 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #705A39

Tints of Shingle Fawn #705A39

Color information

#705A39 (or 0x705A39) is unknown color: approx Shingle Fawn. HEX triplet: 70, 5A and 39. RGB value is (112,90,57). Sum of RGB (Red+Green+Blue) = 112+90+57=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #705A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A39 is #8FA5C6. Grayscale: #5C5C5C. Windows color (decimal): -9414087 or 3758704. OLE color: 3758704.

HSL color Cylindrical-coordinate representation of color #705A39: hue angle of 36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #705A39 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1129057-
CMYK00.200.490.56
HSL36º32.54%33.14%-
HSV(B)36º49.11%43.92%-
XYZ11.0811.055.42-
YUV92.82107.79141.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 90 (35.55% from 255) = 34.75%
BLUE value IS 57 (22.66% from 255) = 22.01%
R=43.24%
G=34.75%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112905700.200.490.563632.5433.14
Hex705A390143138242121
Octal160132710246170444141
Binary11100001011010111001010100110001111000100100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705A39; }

 p { color: rgb(112,90,57); }

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

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

 a { background-color: rgb(112,90,57); }

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

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

 span { border-color: rgb(112,90,57); }

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