#705132

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

Shades of Shingle Fawn #705132

Tints of Shingle Fawn #705132

Color information

#705132 (or 0x705132) is unknown color: approx Shingle Fawn. HEX triplet: 70, 51 and 32. RGB value is (112,81,50). Sum of RGB (Red+Green+Blue) = 112+81+50=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #705132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705132 is #8FAECD. Grayscale: #565656. Windows color (decimal): -9416398 or 3297648. OLE color: 3297648.

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

Color convert

RGB1128150-
CMYK00.280.550.56
HSL30º38.27%31.76%-
HSV(B)30º55.36%43.92%-
XYZ10.29.564.33-
YUV86.74107.27146.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 81 (32.03% from 255) = 33.33%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=46.09%
G=33.33%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112815000.280.550.563038.2731.76
Hex70513201C37381e2620
Octal160121620346770364640
Binary1110000101000111001001110011011111100011110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705132; }

 p { color: rgb(112,81,50); }

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

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

 a { background-color: rgb(112,81,50); }

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

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

 span { border-color: rgb(112,81,50); }

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