#725728

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

Shades of Horses Neck #725728

Tints of Horses Neck #725728

Color information

#725728 (or 0x725728) is unknown color: approx Horses Neck. HEX triplet: 72, 57 and 28. RGB value is (114,87,40). Sum of RGB (Red+Green+Blue) = 114+87+40=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #725728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725728 is #8DA8D7. Grayscale: #595959. Windows color (decimal): -9283800 or 2643826. OLE color: 2643826.

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

Color convert

RGB1148740-
CMYK00.240.650.55
HSL38.11º48.05%30.2%-
HSV(B)38.11º64.91%44.71%-
XYZ10.7310.553.48-
YUV89.7299.95145.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=47.30%
G=36.10%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114874000.240.650.5538.1148.0530.2
Hex725728018413726301e
Octal1621275003010167466036
Binary11100101010111101000011000100000111011110011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725728; }

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

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

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

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

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

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

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

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