#705539

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

Shades of Shingle Fawn #705539

Tints of Shingle Fawn #705539

Color information

#705539 (or 0x705539) is unknown color: approx Shingle Fawn. HEX triplet: 70, 55 and 39. RGB value is (112,85,57). Sum of RGB (Red+Green+Blue) = 112+85+57=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #705539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705539 is #8FAAC6. Grayscale: #5A5A5A. Windows color (decimal): -9415367 or 3757424. OLE color: 3757424.

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

Color convert

RGB1128557-
CMYK00.240.490.56
HSL30.55º32.54%33.14%-
HSV(B)30.55º49.11%43.92%-
XYZ10.6710.245.28-
YUV89.88109.45143.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 57 (22.66% from 255) = 22.44%
R=44.09%
G=33.46%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112855700.240.490.5630.5532.5433.14
Hex70553901831381f2121
Octal160125710306170374141
Binary1110000101010111100101100011000111100011111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705539; }

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

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

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

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

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

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

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

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