#725325

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

Shades of Horses Neck #725325

Tints of Horses Neck #725325

Color information

#725325 (or 0x725325) is unknown color: approx Horses Neck. HEX triplet: 72, 53 and 25. RGB value is (114,83,37). Sum of RGB (Red+Green+Blue) = 114+83+37=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #725325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725325 is #8DACDA. Grayscale: #575757. Windows color (decimal): -9284827 or 2446194. OLE color: 2446194.

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

Color convert

RGB1148337-
CMYK00.270.680.55
HSL35.84º50.99%29.61%-
HSV(B)35.84º67.54%44.71%-
XYZ10.379.93.11-
YUV87.0299.77147.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 37 (14.84% from 255) = 15.81%
R=48.72%
G=35.47%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114833700.270.680.5535.8450.9929.61
Hex72532501B443724331e
Octal1621234503310467446336
Binary11100101010011100101011011100010011011110010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725325; }

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

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

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

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

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

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

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

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