#725530

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

Shades of Shingle Fawn #725530

Tints of Shingle Fawn #725530

Color information

#725530 (or 0x725530) is unknown color: approx Shingle Fawn. HEX triplet: 72, 55 and 30. RGB value is (114,85,48). Sum of RGB (Red+Green+Blue) = 114+85+48=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #725530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725530 is #8DAACF. Grayscale: #595959. Windows color (decimal): -9284304 or 3167602. OLE color: 3167602.

HSL color Cylindrical-coordinate representation of color #725530: hue angle of 33.64º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #725530 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1148548-
CMYK00.250.580.55
HSL33.64º40.74%31.76%-
HSV(B)33.64º57.89%44.71%-
XYZ10.7210.294.22-
YUV89.45104.61145.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 85 (33.59% from 255) = 34.41%
BLUE value IS 48 (19.14% from 255) = 19.43%
R=46.15%
G=34.41%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114854800.250.580.5533.6440.7431.76
Hex7255300193A37222920
Octal162125600317267425140
Binary11100101010101110000011001111010110111100010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725530; }

 p { color: rgb(114,85,48); }

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

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

 a { background-color: rgb(114,85,48); }

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

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

 span { border-color: rgb(114,85,48); }

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