#76571f

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

Shades of Horses Neck #76571F

Tints of Horses Neck #76571F

Color information

#76571F (or 0x76571F) is unknown color: approx Horses Neck. HEX triplet: 76, 57 and 1F. RGB value is (118,87,31). Sum of RGB (Red+Green+Blue) = 118+87+31=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #76571F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76571F is #89A8E0. Grayscale: #5A5A5A. Windows color (decimal): -9021665 or 2054006. OLE color: 2054006.

HSL color Cylindrical-coordinate representation of color #76571F: hue angle of 38.62º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76571F is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1188731-
CMYK00.260.740.54
HSL38.62º58.39%29.22%-
HSV(B)38.62º73.73%46.27%-
XYZ11.1310.772.79-
YUV89.8894.77148.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 87 (34.38% from 255) = 36.86%
BLUE value IS 31 (12.5% from 255) = 13.14%
R=50%
G=36.86%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118873100.260.740.5438.6258.3929.22
Hex76571F01A4A36273a1d
Octal1661273703211266477235
Binary1110110101011111111011010100101011011010011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76571f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76571f; }

 p { color: rgb(118,87,31); }

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

<style>
 a { background-color: #76571f; }

 a { background-color: rgb(118,87,31); }

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

<style>
 span { border-color: #76571f; }

 span { border-color: rgb(118,87,31); }

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