#735132

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

Shades of Shingle Fawn #735132

Tints of Shingle Fawn #735132

Color information

#735132 (or 0x735132) is unknown color: approx Shingle Fawn. HEX triplet: 73, 51 and 32. RGB value is (115,81,50). Sum of RGB (Red+Green+Blue) = 115+81+50=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #735132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735132 is #8CAECD. Grayscale: #575757. Windows color (decimal): -9219790 or 3297651. OLE color: 3297651.

HSL color Cylindrical-coordinate representation of color #735132: hue angle of 28.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #735132 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1158150-
CMYK00.300.570.55
HSL28.62º39.39%32.35%-
HSV(B)28.62º56.52%45.1%-
XYZ10.599.764.34-
YUV87.63106.76147.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.75%
GREEN value IS 81 (32.03% from 255) = 32.93%
BLUE value IS 50 (19.92% from 255) = 20.33%
R=46.75%
G=32.93%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115815000.300.570.5528.6239.3932.35
Hex73513201E39371d2720
Octal163121620367167354740
Binary1110011101000111001001111011100111011111101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735132; }

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

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

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

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

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

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

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

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