#705938

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

Shades of Shingle Fawn #705938

Tints of Shingle Fawn #705938

Color information

#705938 (or 0x705938) is unknown color: approx Shingle Fawn. HEX triplet: 70, 59 and 38. RGB value is (112,89,56). Sum of RGB (Red+Green+Blue) = 112+89+56=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #705938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705938 is #8FA6C7. Grayscale: #5C5C5C. Windows color (decimal): -9414344 or 3692912. OLE color: 3692912.

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

Color convert

RGB1128956-
CMYK00.210.500.56
HSL35.36º33.33%32.94%-
HSV(B)35.36º50%43.92%-
XYZ10.9710.885.26-
YUV92.12107.62142.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 56 (22.27% from 255) = 21.79%
R=43.58%
G=34.63%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112895600.210.500.5635.3633.3332.94
Hex7059380153238232121
Octal160131700256270434141
Binary11100001011001111000010101110010111000100011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705938; }

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

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

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

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

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

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

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

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