#725627

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

Shades of Horses Neck #725627

Tints of Horses Neck #725627

Color information

#725627 (or 0x725627) is unknown color: approx Horses Neck. HEX triplet: 72, 56 and 27. RGB value is (114,86,39). Sum of RGB (Red+Green+Blue) = 114+86+39=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #725627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725627 is #8DA9D8. Grayscale: #595959. Windows color (decimal): -9284057 or 2578034. OLE color: 2578034.

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

Color convert

RGB1148639-
CMYK00.250.660.55
HSL37.6º49.02%30%-
HSV(B)37.6º65.79%44.71%-
XYZ10.6310.383.36-
YUV89.0199.78145.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.70%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 39 (15.62% from 255) = 16.32%
R=47.70%
G=35.98%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114863900.250.660.5537.649.0230
Hex725627019423726311e
Octal1621264703110267466136
Binary11100101010110100111011001100001011011110011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725627; }

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

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

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

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

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

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

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

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