#71591D

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

Shades of Horses Neck #71591D

Tints of Horses Neck #71591D

Color information

#71591D (or 0x71591D) is unknown color: approx Horses Neck. HEX triplet: 71, 59 and 1D. RGB value is (113,89,29). Sum of RGB (Red+Green+Blue) = 113+89+29=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #71591D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71591D is #8EA6E2. Grayscale: #595959. Windows color (decimal): -9348835 or 1923441. OLE color: 1923441.

HSL color Cylindrical-coordinate representation of color #71591D: hue angle of 42.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71591D is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB1138929-
CMYK00.210.740.56
HSL42.86º59.15%27.84%-
HSV(B)42.86º74.34%44.31%-
XYZ10.610.742.68-
YUV89.3493.95144.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 29 (11.72% from 255) = 12.55%
R=48.92%
G=38.53%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113892900.210.740.5642.8659.1527.84
Hex71591D0154A382b3b1c
Octal1611313502511270537334
Binary1110001101100111101010101100101011100010101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71591D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71591D; }

 p { color: rgb(113,89,29); }

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

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

 a { background-color: rgb(113,89,29); }

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

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

 span { border-color: rgb(113,89,29); }

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