#705C3D

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

Shades of Shingle Fawn #705C3D

Tints of Shingle Fawn #705C3D

Color information

#705C3D (or 0x705C3D) is unknown color: approx Shingle Fawn. HEX triplet: 70, 5C and 3D. RGB value is (112,92,61). Sum of RGB (Red+Green+Blue) = 112+92+61=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #705C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705C3D is #8FA3C2. Grayscale: #5E5E5E. Windows color (decimal): -9413571 or 4021360. OLE color: 4021360.

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

Color convert

RGB1129261-
CMYK00.180.460.56
HSL36.47º29.48%33.92%-
HSV(B)36.47º45.54%43.92%-
XYZ11.3511.446.02-
YUV94.45109.13140.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 92 (36.33% from 255) = 34.72%
BLUE value IS 61 (24.22% from 255) = 23.02%
R=42.26%
G=34.72%
B=23.02%

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
Decimal112926100.180.460.5636.4729.4833.92
Hex705C3D0122E38241d22
Octal160134750225670443542
Binary1110000101110011110101001010111011100010010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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