#71561D

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

Shades of Horses Neck #71561D

Tints of Horses Neck #71561D

Color information

#71561D (or 0x71561D) is unknown color: approx Horses Neck. HEX triplet: 71, 56 and 1D. RGB value is (113,86,29). Sum of RGB (Red+Green+Blue) = 113+86+29=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71561D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71561D is #8EA9E2. Grayscale: #575757. Windows color (decimal): -9349603 or 1922673. OLE color: 1922673.

HSL color Cylindrical-coordinate representation of color #71561D: hue angle of 40.71º 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 #71561D is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB1138629-
CMYK00.240.740.56
HSL40.71º59.15%27.84%-
HSV(B)40.71º74.34%44.31%-
XYZ10.3610.252.6-
YUV87.5894.95146.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 29 (11.72% from 255) = 12.72%
R=49.56%
G=37.72%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113862900.240.740.5640.7159.1527.84
Hex71561D0184A38293b1c
Octal1611263503011270517334
Binary1110001101011011101011000100101011100010100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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