#725337

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

Shades of Shingle Fawn #725337

Tints of Shingle Fawn #725337

Color information

#725337 (or 0x725337) is unknown color: approx Shingle Fawn. HEX triplet: 72, 53 and 37. RGB value is (114,83,55). Sum of RGB (Red+Green+Blue) = 114+83+55=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #725337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725337 is #8DACC8. Grayscale: #595959. Windows color (decimal): -9284809 or 3625842. OLE color: 3625842.

HSL color Cylindrical-coordinate representation of color #725337: hue angle of 28.47º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #725337 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB1148355-
CMYK00.270.520.55
HSL28.47º34.91%33.14%-
HSV(B)28.47º51.75%44.71%-
XYZ10.7210.044.99-
YUV89.08108.77145.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 55 (21.88% from 255) = 21.83%
R=45.24%
G=32.94%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114835500.270.520.5528.4734.9133.14
Hex72533701B34371c2321
Octal162123670336467344341
Binary1110010101001111011101101111010011011111100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725337; }

 p { color: rgb(114,83,55); }

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

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

 a { background-color: rgb(114,83,55); }

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

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

 span { border-color: rgb(114,83,55); }

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