#705231

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

Shades of Shingle Fawn #705231

Tints of Shingle Fawn #705231

Color information

#705231 (or 0x705231) is unknown color: approx Shingle Fawn. HEX triplet: 70, 52 and 31. RGB value is (112,82,49). Sum of RGB (Red+Green+Blue) = 112+82+49=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #705231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705231 is #8FADCE. Grayscale: #575757. Windows color (decimal): -9416143 or 3232368. OLE color: 3232368.

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

Color convert

RGB1128249-
CMYK00.270.560.56
HSL31.43º39.13%31.57%-
HSV(B)31.43º56.25%43.92%-
XYZ10.259.74.24-
YUV87.21106.44145.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 49 (19.53% from 255) = 20.16%
R=46.09%
G=33.74%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112824900.270.560.5631.4339.1331.57
Hex70523101B38381f2720
Octal160122610337070374740
Binary1110000101001011000101101111100011100011111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705231; }

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

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

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

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

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

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

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

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