#725638

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

Shades of Shingle Fawn #725638

Tints of Shingle Fawn #725638

Color information

#725638 (or 0x725638) is unknown color: approx Shingle Fawn. HEX triplet: 72, 56 and 38. RGB value is (114,86,56). Sum of RGB (Red+Green+Blue) = 114+86+56=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #725638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725638 is #8DA9C7. Grayscale: #5B5B5B. Windows color (decimal): -9284040 or 3692146. OLE color: 3692146.

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

Color convert

RGB1148656-
CMYK00.250.510.55
HSL31.03º34.12%33.33%-
HSV(B)31.03º50.88%44.71%-
XYZ10.9810.525.19-
YUV90.95108.28144.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 56 (22.27% from 255) = 21.88%
R=44.53%
G=33.59%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114865600.250.510.5531.0334.1233.33
Hex72563801933371f2221
Octal162126700316367374241
Binary1110010101011011100001100111001111011111111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725638; }

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

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

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

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

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

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

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

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