#735232

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

Shades of Shingle Fawn #735232

Tints of Shingle Fawn #735232

Color information

#735232 (or 0x735232) is unknown color: approx Shingle Fawn. HEX triplet: 73, 52 and 32. RGB value is (115,82,50). Sum of RGB (Red+Green+Blue) = 115+82+50=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #735232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735232 is #8CADCD. Grayscale: #585858. Windows color (decimal): -9219534 or 3297907. OLE color: 3297907.

HSL color Cylindrical-coordinate representation of color #735232: hue angle of 29.54º 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 #735232 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1158250-
CMYK00.290.570.55
HSL29.54º39.39%32.35%-
HSV(B)29.54º56.52%45.1%-
XYZ10.669.914.37-
YUV88.22106.43147.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 50 (19.92% from 255) = 20.24%
R=46.56%
G=33.20%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115825000.290.570.5529.5439.3932.35
Hex73523201D39371e2720
Octal163122620357167364740
Binary1110011101001011001001110111100111011111110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735232; }

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

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

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

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

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

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

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

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