#725A39

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

Shades of Shingle Fawn #725A39

Tints of Shingle Fawn #725A39

Color information

#725A39 (or 0x725A39) is unknown color: approx Shingle Fawn. HEX triplet: 72, 5A and 39. RGB value is (114,90,57). Sum of RGB (Red+Green+Blue) = 114+90+57=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #725A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A39 is #8DA5C6. Grayscale: #5D5D5D. Windows color (decimal): -9283015 or 3758706. OLE color: 3758706.

HSL color Cylindrical-coordinate representation of color #725A39: hue angle of 34.74º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #725A39 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1149057-
CMYK00.210.500.55
HSL34.74º33.33%33.53%-
HSV(B)34.74º50%44.71%-
XYZ11.3311.195.43-
YUV93.41107.45142.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 57 (22.66% from 255) = 21.84%
R=43.68%
G=34.48%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114905700.210.500.5534.7433.3333.53
Hex725A390153237232122
Octal162132710256267434142
Binary11100101011010111001010101110010110111100011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725A39; }

 p { color: rgb(114,90,57); }

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

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

 a { background-color: rgb(114,90,57); }

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

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

 span { border-color: rgb(114,90,57); }

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