#705C39

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

Shades of Shingle Fawn #705C39

Tints of Shingle Fawn #705C39

Color information

#705C39 (or 0x705C39) is unknown color: approx Shingle Fawn. HEX triplet: 70, 5C and 39. RGB value is (112,92,57). Sum of RGB (Red+Green+Blue) = 112+92+57=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #705C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705C39 is #8FA3C6. Grayscale: #5E5E5E. Windows color (decimal): -9413575 or 3759216. OLE color: 3759216.

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

Color convert

RGB1129257-
CMYK00.180.490.56
HSL38.18º32.54%33.14%-
HSV(B)38.18º49.11%43.92%-
XYZ11.2511.395.48-
YUV93.99107.13140.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 92 (36.33% from 255) = 35.25%
BLUE value IS 57 (22.66% from 255) = 21.84%
R=42.91%
G=35.25%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112925700.180.490.5638.1832.5433.14
Hex705C390123138262121
Octal160134710226170464141
Binary11100001011100111001010010110001111000100110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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