#705934

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

Shades of Shingle Fawn #705934

Tints of Shingle Fawn #705934

Color information

#705934 (or 0x705934) is unknown color: approx Shingle Fawn. HEX triplet: 70, 59 and 34. RGB value is (112,89,52). Sum of RGB (Red+Green+Blue) = 112+89+52=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #705934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705934 is #8FA6CB. Grayscale: #5B5B5B. Windows color (decimal): -9414348 or 3430768. OLE color: 3430768.

HSL color Cylindrical-coordinate representation of color #705934: hue angle of 37º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #705934 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1128952-
CMYK00.210.540.56
HSL37º36.59%32.16%-
HSV(B)37º53.57%43.92%-
XYZ10.8710.844.77-
YUV91.66105.62142.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 52 (20.70% from 255) = 20.55%
R=44.27%
G=35.18%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112895200.210.540.563736.5932.16
Hex7059340153638252520
Octal160131640256670454540
Binary11100001011001110100010101110110111000100101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705934; }

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

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

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

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

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

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

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

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