#705C3C

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

Shades of Shingle Fawn #705C3C

Tints of Shingle Fawn #705C3C

Color information

#705C3C (or 0x705C3C) is unknown color: approx Shingle Fawn. HEX triplet: 70, 5C and 3C. RGB value is (112,92,60). Sum of RGB (Red+Green+Blue) = 112+92+60=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #705C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705C3C is #8FA3C3. Grayscale: #5E5E5E. Windows color (decimal): -9413572 or 3955824. OLE color: 3955824.

HSL color Cylindrical-coordinate representation of color #705C3C: hue angle of 36.92º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #705C3C is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1129260-
CMYK00.180.460.56
HSL36.92º30.23%33.73%-
HSV(B)36.92º46.43%43.92%-
XYZ11.3211.435.88-
YUV94.33108.63140.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 60 (23.83% from 255) = 22.73%
R=42.42%
G=34.85%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112926000.180.460.5636.9230.2333.73
Hex705C3C0122E38251e22
Octal160134740225670453642
Binary1110000101110011110001001010111011100010010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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