#715225

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

Shades of Horses Neck #715225

Tints of Horses Neck #715225

Color information

#715225 (or 0x715225) is unknown color: approx Horses Neck. HEX triplet: 71, 52 and 25. RGB value is (113,82,37). Sum of RGB (Red+Green+Blue) = 113+82+37=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #715225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715225 is #8EADDA. Grayscale: #565656. Windows color (decimal): -9350619 or 2445937. OLE color: 2445937.

HSL color Cylindrical-coordinate representation of color #715225: hue angle of 35.53º 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 #715225 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB1138237-
CMYK00.270.670.56
HSL35.53º50.67%29.41%-
HSV(B)35.53º67.26%44.31%-
XYZ10.169.683.08-
YUV86.14100.27147.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 37 (14.84% from 255) = 15.95%
R=48.71%
G=35.34%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113823700.270.670.5635.5350.6729.41
Hex71522501B433824331d
Octal1611224503310370446335
Binary11100011010010100101011011100001111100010010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715225; }

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

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

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

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

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

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

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

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