#725432

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

Shades of Shingle Fawn #725432

Tints of Shingle Fawn #725432

Color information

#725432 (or 0x725432) is unknown color: approx Shingle Fawn. HEX triplet: 72, 54 and 32. RGB value is (114,84,50). Sum of RGB (Red+Green+Blue) = 114+84+50=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #725432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725432 is #8DABCD. Grayscale: #595959. Windows color (decimal): -9284558 or 3298418. OLE color: 3298418.

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

Color convert

RGB1148450-
CMYK00.260.560.55
HSL31.88º39.02%32.16%-
HSV(B)31.88º56.14%44.71%-
XYZ10.6910.154.41-
YUV89.09105.94145.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 50 (19.92% from 255) = 20.16%
R=45.97%
G=33.87%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114845000.260.560.5531.8839.0232.16
Hex72543201A3837202720
Octal162124620327067404740
Binary11100101010100110010011010111000110111100000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725432; }

 p { color: rgb(114,84,50); }

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

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

 a { background-color: rgb(114,84,50); }

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

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

 span { border-color: rgb(114,84,50); }

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