#71541F

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

Shades of Horses Neck #71541F

Tints of Horses Neck #71541F

Color information

#71541F (or 0x71541F) is unknown color: approx Horses Neck. HEX triplet: 71, 54 and 1F. RGB value is (113,84,31). Sum of RGB (Red+Green+Blue) = 113+84+31=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71541F is #8EABE0. Grayscale: #565656. Windows color (decimal): -9350113 or 2053233. OLE color: 2053233.

HSL color Cylindrical-coordinate representation of color #71541F: hue angle of 38.78º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71541F is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1138431-
CMYK00.260.730.56
HSL38.78º56.94%28.24%-
HSV(B)38.78º72.57%44.31%-
XYZ10.239.952.68-
YUV86.6396.61146.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 84 (33.20% from 255) = 36.84%
BLUE value IS 31 (12.5% from 255) = 13.60%
R=49.56%
G=36.84%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113843100.260.730.5638.7856.9428.24
Hex71541F01A493827391c
Octal1611243703211170477134
Binary1110001101010011111011010100100111100010011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71541F; }

 p { color: rgb(113,84,31); }

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

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

 a { background-color: rgb(113,84,31); }

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

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

 span { border-color: rgb(113,84,31); }

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