#725328

Color #725328 Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #725328

Tints of Horses Neck #725328

Color information

#725328 (or 0x725328) is unknown color: approx Horses Neck. HEX triplet: 72, 53 and 28. RGB value is (114,83,40). Sum of RGB (Red+Green+Blue) = 114+83+40=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #725328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725328 is #8DACD7. Grayscale: #575757. Windows color (decimal): -9284824 or 2642802. OLE color: 2642802.

HSL color Cylindrical-coordinate representation of color #725328: hue angle of 34.86º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #725328 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB1148340-
CMYK00.270.650.55
HSL34.86º48.05%30.2%-
HSV(B)34.86º64.91%44.71%-
XYZ10.429.923.37-
YUV87.37101.27147-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.10%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 40 (16.02% from 255) = 16.88%
R=48.10%
G=35.02%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114834000.270.650.5534.8648.0530.2
Hex72532801B413723301e
Octal1621235003310167436036
Binary11100101010011101000011011100000111011110001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725328; }

 p { color: rgb(114,83,40); }

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

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

 a { background-color: rgb(114,83,40); }

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

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

 span { border-color: rgb(114,83,40); }

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