#705331

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

Shades of Shingle Fawn #705331

Tints of Shingle Fawn #705331

Color information

#705331 (or 0x705331) is unknown color: approx Shingle Fawn. HEX triplet: 70, 53 and 31. RGB value is (112,83,49). Sum of RGB (Red+Green+Blue) = 112+83+49=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #705331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705331 is #8FACCE. Grayscale: #575757. Windows color (decimal): -9415887 or 3232624. OLE color: 3232624.

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

Color convert

RGB1128349-
CMYK00.260.560.56
HSL32.38º39.13%31.57%-
HSV(B)32.38º56.25%43.92%-
XYZ10.339.854.26-
YUV87.8106.11145.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.90%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 49 (19.53% from 255) = 20.08%
R=45.90%
G=34.02%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112834900.260.560.5632.3839.1331.57
Hex70533101A3838202720
Octal160123610327070404740
Binary11100001010011110001011010111000111000100000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705331; }

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

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

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

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

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

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

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

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