#71552F

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

Shades of Horses Neck #71552F

Tints of Horses Neck #71552F

Color information

#71552F (or 0x71552F) is unknown color: approx Horses Neck. HEX triplet: 71, 55 and 2F. RGB value is (113,85,47). Sum of RGB (Red+Green+Blue) = 113+85+47=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71552F is #8EAAD0. Grayscale: #595959. Windows color (decimal): -9349841 or 3102065. OLE color: 3102065.

HSL color Cylindrical-coordinate representation of color #71552F: hue angle of 34.55º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71552F is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1138547-
CMYK00.250.580.56
HSL34.55º41.25%31.37%-
HSV(B)34.55º58.41%44.31%-
XYZ10.5710.214.1-
YUV89.04104.28145.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 47 (18.75% from 255) = 19.18%
R=46.12%
G=34.69%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113854700.250.580.5634.5541.2531.37
Hex71552F0193A3823291f
Octal161125570317270435137
Binary1110001101010110111101100111101011100010001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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