#715227

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

Shades of Horses Neck #715227

Tints of Horses Neck #715227

Color information

#715227 (or 0x715227) is unknown color: approx Horses Neck. HEX triplet: 71, 52 and 27. RGB value is (113,82,39). Sum of RGB (Red+Green+Blue) = 113+82+39=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #715227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715227 is #8EADD8. Grayscale: #565656. Windows color (decimal): -9350617 or 2577009. OLE color: 2577009.

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

Color convert

RGB1138239-
CMYK00.270.650.56
HSL34.86º48.68%29.8%-
HSV(B)34.86º65.49%44.31%-
XYZ10.199.693.25-
YUV86.37101.27147-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.29%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=48.29%
G=35.04%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113823900.270.650.5634.8648.6829.8
Hex71522701B413823311e
Octal1611224703310170436136
Binary11100011010010100111011011100000111100010001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715227; }

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

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

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

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

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

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

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

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