#705B39

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

Shades of Shingle Fawn #705B39

Tints of Shingle Fawn #705B39

Color information

#705B39 (or 0x705B39) is unknown color: approx Shingle Fawn. HEX triplet: 70, 5B and 39. RGB value is (112,91,57). Sum of RGB (Red+Green+Blue) = 112+91+57=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #705B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B39 is #8FA4C6. Grayscale: #5D5D5D. Windows color (decimal): -9413831 or 3758960. OLE color: 3758960.

HSL color Cylindrical-coordinate representation of color #705B39: hue angle of 37.09º 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 #705B39 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1129157-
CMYK00.190.490.56
HSL37.09º32.54%33.14%-
HSV(B)37.09º49.11%43.92%-
XYZ11.1611.225.45-
YUV93.4107.46141.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 57 (22.66% from 255) = 21.92%
R=43.08%
G=35%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112915700.190.490.5637.0932.5433.14
Hex705B390133138252121
Octal160133710236170454141
Binary11100001011011111001010011110001111000100101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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