#725327

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

Shades of Horses Neck #725327

Tints of Horses Neck #725327

Color information

#725327 (or 0x725327) is unknown color: approx Horses Neck. HEX triplet: 72, 53 and 27. RGB value is (114,83,39). Sum of RGB (Red+Green+Blue) = 114+83+39=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #725327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725327 is #8DACD8. Grayscale: #575757. Windows color (decimal): -9284825 or 2577266. OLE color: 2577266.

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

Color convert

RGB1148339-
CMYK00.270.660.55
HSL35.2º49.02%30%-
HSV(B)35.2º65.79%44.71%-
XYZ10.49.913.28-
YUV87.25100.77147.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 83 (32.81% from 255) = 35.17%
BLUE value IS 39 (15.62% from 255) = 16.53%
R=48.31%
G=35.17%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114833900.270.660.5535.249.0230
Hex72532701B423723311e
Octal1621234703310267436136
Binary11100101010011100111011011100001011011110001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725327; }

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

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

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

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

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

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

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

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