#715129

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

Shades of Horses Neck #715129

Tints of Horses Neck #715129

Color information

#715129 (or 0x715129) is unknown color: approx Horses Neck. HEX triplet: 71, 51 and 29. RGB value is (113,81,41). Sum of RGB (Red+Green+Blue) = 113+81+41=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #715129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715129 is #8EAED6. Grayscale: #565656. Windows color (decimal): -9350871 or 2707825. OLE color: 2707825.

HSL color Cylindrical-coordinate representation of color #715129: hue angle of 33.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #715129 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB1138141-
CMYK00.280.640.56
HSL33.33º46.75%30.2%-
HSV(B)33.33º63.72%44.31%-
XYZ10.159.563.41-
YUV86.01102.6147.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.09%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 41 (16.41% from 255) = 17.45%
R=48.09%
G=34.47%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113814100.280.640.5633.3346.7530.2
Hex71512901C4038212f1e
Octal1611215103410070415736
Binary11100011010001101001011100100000011100010000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715129; }

 p { color: rgb(113,81,41); }

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

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

 a { background-color: rgb(113,81,41); }

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

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

 span { border-color: rgb(113,81,41); }

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