#715126

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

Shades of Horses Neck #715126

Tints of Horses Neck #715126

Color information

#715126 (or 0x715126) is unknown color: approx Horses Neck. HEX triplet: 71, 51 and 26. RGB value is (113,81,38). Sum of RGB (Red+Green+Blue) = 113+81+38=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #715126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715126 is #8EAED9. Grayscale: #555555. Windows color (decimal): -9350874 or 2511217. OLE color: 2511217.

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

Color convert

RGB1138138-
CMYK00.280.660.56
HSL34.4º49.67%29.61%-
HSV(B)34.4º66.37%44.31%-
XYZ10.19.543.14-
YUV85.67101.1147.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=48.71%
G=34.91%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113813800.280.660.5634.449.6729.61
Hex71512601C423822321e
Octal1611214603410270426236
Binary11100011010001100110011100100001011100010001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715126; }

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

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

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

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

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

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

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

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