#705A38

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

Shades of Shingle Fawn #705A38

Tints of Shingle Fawn #705A38

Color information

#705A38 (or 0x705A38) is unknown color: approx Shingle Fawn. HEX triplet: 70, 5A and 38. RGB value is (112,90,56). Sum of RGB (Red+Green+Blue) = 112+90+56=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #705A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A38 is #8FA5C7. Grayscale: #5C5C5C. Windows color (decimal): -9414088 or 3693168. OLE color: 3693168.

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

Color convert

RGB1129056-
CMYK00.200.500.56
HSL36.43º33.33%32.94%-
HSV(B)36.43º50%43.92%-
XYZ11.0511.045.29-
YUV92.7107.29141.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 56 (22.27% from 255) = 21.71%
R=43.41%
G=34.88%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112905600.200.500.5636.4333.3332.94
Hex705A380143238242121
Octal160132700246270444141
Binary11100001011010111000010100110010111000100100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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