#725B38

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

Shades of Shingle Fawn #725B38

Tints of Shingle Fawn #725B38

Color information

#725B38 (or 0x725B38) is unknown color: approx Shingle Fawn. HEX triplet: 72, 5B and 38. RGB value is (114,91,56). Sum of RGB (Red+Green+Blue) = 114+91+56=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #725B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725B38 is #8DA4C7. Grayscale: #5E5E5E. Windows color (decimal): -9282760 or 3693426. OLE color: 3693426.

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

Color convert

RGB1149156-
CMYK00.200.510.55
HSL36.21º34.12%33.33%-
HSV(B)36.21º50.88%44.71%-
XYZ11.3911.355.33-
YUV93.89106.62142.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 91 (35.94% from 255) = 34.87%
BLUE value IS 56 (22.27% from 255) = 21.46%
R=43.68%
G=34.87%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114915600.200.510.5536.2134.1233.33
Hex725B380143337242221
Octal162133700246367444241
Binary11100101011011111000010100110011110111100100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,91,56); }

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

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

 a { background-color: rgb(114,91,56); }

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

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

 span { border-color: rgb(114,91,56); }

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