#71551C

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

Shades of Horses Neck #71551C

Tints of Horses Neck #71551C

Color information

#71551C (or 0x71551C) is unknown color: approx Horses Neck. HEX triplet: 71, 55 and 1C. RGB value is (113,85,28). Sum of RGB (Red+Green+Blue) = 113+85+28=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71551C is #8EAAE3. Grayscale: #575757. Windows color (decimal): -9349860 or 1856881. OLE color: 1856881.

HSL color Cylindrical-coordinate representation of color #71551C: hue angle of 40.24º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71551C is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1138528-
CMYK00.250.750.56
HSL40.24º60.28%27.65%-
HSV(B)40.24º75.22%44.31%-
XYZ10.2710.092.51-
YUV86.8794.78146.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 28 (11.33% from 255) = 12.39%
R=50%
G=37.61%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113852800.250.750.5640.2460.2827.65
Hex71551C0194B38283c1c
Octal1611253403111370507434
Binary1110001101010111100011001100101111100010100011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71551C; }

 p { color: rgb(113,85,28); }

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

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

 a { background-color: rgb(113,85,28); }

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

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

 span { border-color: rgb(113,85,28); }

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