#725630

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

Shades of Shingle Fawn #725630

Tints of Shingle Fawn #725630

Color information

#725630 (or 0x725630) is unknown color: approx Shingle Fawn. HEX triplet: 72, 56 and 30. RGB value is (114,86,48). Sum of RGB (Red+Green+Blue) = 114+86+48=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #725630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725630 is #8DA9CF. Grayscale: #5A5A5A. Windows color (decimal): -9284048 or 3167858. OLE color: 3167858.

HSL color Cylindrical-coordinate representation of color #725630: hue angle of 34.55º 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 #725630 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1148648-
CMYK00.250.580.55
HSL34.55º40.74%31.76%-
HSV(B)34.55º57.89%44.71%-
XYZ10.810.454.24-
YUV90.04104.28145.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 48 (19.14% from 255) = 19.35%
R=45.97%
G=34.68%
B=19.35%

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
Decimal114864800.250.580.5534.5540.7431.76
Hex7256300193A37232920
Octal162126600317267435140
Binary11100101010110110000011001111010110111100011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725630; }

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

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

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

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

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

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

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

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