#715925

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

Shades of Horses Neck #715925

Tints of Horses Neck #715925

Color information

#715925 (or 0x715925) is unknown color: approx Horses Neck. HEX triplet: 71, 59 and 25. RGB value is (113,89,37). Sum of RGB (Red+Green+Blue) = 113+89+37=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #715925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715925 is #8EA6DA. Grayscale: #5A5A5A. Windows color (decimal): -9348827 or 2447729. OLE color: 2447729.

HSL color Cylindrical-coordinate representation of color #715925: hue angle of 41.05º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #715925 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB1138937-
CMYK00.210.670.56
HSL41.05º50.67%29.41%-
HSV(B)41.05º67.26%44.31%-
XYZ10.7210.793.27-
YUV90.2597.95144.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 37 (14.84% from 255) = 15.48%
R=47.28%
G=37.24%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113893700.210.670.5641.0550.6729.41
Hex715925015433829331d
Octal1611314502510370516335
Binary11100011011001100101010101100001111100010100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715925; }

 p { color: rgb(113,89,37); }

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

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

 a { background-color: rgb(113,89,37); }

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

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

 span { border-color: rgb(113,89,37); }

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