#725A36

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

Shades of Shingle Fawn #725A36

Tints of Shingle Fawn #725A36

Color information

#725A36 (or 0x725A36) is unknown color: approx Shingle Fawn. HEX triplet: 72, 5A and 36. RGB value is (114,90,54). Sum of RGB (Red+Green+Blue) = 114+90+54=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #725A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A36 is #8DA5C9. Grayscale: #5D5D5D. Windows color (decimal): -9283018 or 3562098. OLE color: 3562098.

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

Color convert

RGB1149054-
CMYK00.210.530.55
HSL36º35.71%32.94%-
HSV(B)36º52.63%44.71%-
XYZ11.2611.165.05-
YUV93.07105.95142.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 54 (21.48% from 255) = 20.93%
R=44.19%
G=34.88%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114905400.210.530.553635.7132.94
Hex725A360153537242421
Octal162132660256567444441
Binary11100101011010110110010101110101110111100100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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