#725B37

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

Shades of Shingle Fawn #725B37

Tints of Shingle Fawn #725B37

Color information

#725B37 (or 0x725B37) is unknown color: approx Shingle Fawn. HEX triplet: 72, 5B and 37. RGB value is (114,91,55). Sum of RGB (Red+Green+Blue) = 114+91+55=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #725B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725B37 is #8DA4C8. Grayscale: #5D5D5D. Windows color (decimal): -9282761 or 3627890. OLE color: 3627890.

HSL color Cylindrical-coordinate representation of color #725B37: hue angle of 36.61º 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 #725B37 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB1149155-
CMYK00.200.520.55
HSL36.61º34.91%33.14%-
HSV(B)36.61º51.75%44.71%-
XYZ11.3711.345.2-
YUV93.77106.12142.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.85%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 55 (21.88% from 255) = 21.15%
R=43.85%
G=35%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114915500.200.520.5536.6134.9133.14
Hex725B370143437252321
Octal162133670246467454341
Binary11100101011011110111010100110100110111100101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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