#705738

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

Shades of Shingle Fawn #705738

Tints of Shingle Fawn #705738

Color information

#705738 (or 0x705738) is unknown color: approx Shingle Fawn. HEX triplet: 70, 57 and 38. RGB value is (112,87,56). Sum of RGB (Red+Green+Blue) = 112+87+56=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #705738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705738 is #8FA8C7. Grayscale: #5B5B5B. Windows color (decimal): -9414856 or 3692400. OLE color: 3692400.

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

Color convert

RGB1128756-
CMYK00.220.500.56
HSL33.21º33.33%32.94%-
HSV(B)33.21º50%43.92%-
XYZ10.810.555.21-
YUV90.94108.28143.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 56 (22.27% from 255) = 21.96%
R=43.92%
G=34.12%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112875600.220.500.5633.2133.3332.94
Hex7057380163238212121
Octal160127700266270414141
Binary11100001010111111000010110110010111000100001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705738; }

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

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

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

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

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

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

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

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