#705538

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

Shades of Shingle Fawn #705538

Tints of Shingle Fawn #705538

Color information

#705538 (or 0x705538) is unknown color: approx Shingle Fawn. HEX triplet: 70, 55 and 38. RGB value is (112,85,56). Sum of RGB (Red+Green+Blue) = 112+85+56=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #705538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705538 is #8FAAC7. Grayscale: #595959. Windows color (decimal): -9415368 or 3691888. OLE color: 3691888.

HSL color Cylindrical-coordinate representation of color #705538: hue angle of 31.07º 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 #705538 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1128556-
CMYK00.240.500.56
HSL31.07º33.33%32.94%-
HSV(B)31.07º50%43.92%-
XYZ10.6410.235.15-
YUV89.77108.95143.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 56 (22.27% from 255) = 22.13%
R=44.27%
G=33.60%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112855600.240.500.5631.0733.3332.94
Hex70553801832381f2121
Octal160125700306270374141
Binary1110000101010111100001100011001011100011111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705538; }

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

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

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

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

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

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

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

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