#705337

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

Shades of Shingle Fawn #705337

Tints of Shingle Fawn #705337

Color information

#705337 (or 0x705337) is unknown color: approx Shingle Fawn. HEX triplet: 70, 53 and 37. RGB value is (112,83,55). Sum of RGB (Red+Green+Blue) = 112+83+55=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #705337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705337 is #8FACC8. Grayscale: #585858. Windows color (decimal): -9415881 or 3625840. OLE color: 3625840.

HSL color Cylindrical-coordinate representation of color #705337: hue angle of 29.47º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #705337 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB1128355-
CMYK00.260.510.56
HSL29.47º34.13%32.75%-
HSV(B)29.47º50.89%43.92%-
XYZ10.469.914.98-
YUV88.48109.11144.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 83 (32.81% from 255) = 33.2%
BLUE value IS 55 (21.88% from 255) = 22%
R=44.8%
G=33.2%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112835500.260.510.5629.4734.1332.75
Hex70533701A33381d2221
Octal160123670326370354241
Binary1110000101001111011101101011001111100011101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705337; }

 p { color: rgb(112,83,55); }

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

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

 a { background-color: rgb(112,83,55); }

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

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

 span { border-color: rgb(112,83,55); }

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