#715C25

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

Shades of Horses Neck #715C25

Tints of Horses Neck #715C25

Color information

#715C25 (or 0x715C25) is unknown color: approx Horses Neck. HEX triplet: 71, 5C and 25. RGB value is (113,92,37). Sum of RGB (Red+Green+Blue) = 113+92+37=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #715C25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715C25 is #8EA3DA. Grayscale: #5C5C5C. Windows color (decimal): -9348059 or 2448497. OLE color: 2448497.

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

Color convert

RGB1139237-
CMYK00.190.670.56
HSL43.42º50.67%29.41%-
HSV(B)43.42º67.26%44.31%-
XYZ10.9711.33.35-
YUV92.0196.96142.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 92 (36.33% from 255) = 38.02%
BLUE value IS 37 (14.84% from 255) = 15.29%
R=46.69%
G=38.02%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113923700.190.670.5643.4250.6729.41
Hex715C2501343382b331d
Octal1611344502310370536335
Binary11100011011100100101010011100001111100010101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715C25; }

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

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

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

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

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

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

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

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