#725B35

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

Shades of Shingle Fawn #725B35

Tints of Shingle Fawn #725B35

Color information

#725B35 (or 0x725B35) is unknown color: approx Shingle Fawn. HEX triplet: 72, 5B and 35. RGB value is (114,91,53). Sum of RGB (Red+Green+Blue) = 114+91+53=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #725B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725B35 is #8DA4CA. Grayscale: #5D5D5D. Windows color (decimal): -9282763 or 3496818. OLE color: 3496818.

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

Color convert

RGB1149153-
CMYK00.200.540.55
HSL37.38º36.53%32.75%-
HSV(B)37.38º53.51%44.71%-
XYZ11.3211.324.96-
YUV93.54105.12142.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 91 (35.94% from 255) = 35.27%
BLUE value IS 53 (21.09% from 255) = 20.54%
R=44.19%
G=35.27%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114915300.200.540.5537.3836.5332.75
Hex725B350143637252521
Octal162133650246667454541
Binary11100101011011110101010100110110110111100101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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