#755B2F

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

Shades of Horses Neck #755B2F

Tints of Horses Neck #755B2F

Color information

#755B2F (or 0x755B2F) is unknown color: approx Horses Neck. HEX triplet: 75, 5B and 2F. RGB value is (117,91,47). Sum of RGB (Red+Green+Blue) = 117+91+47=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #755B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B2F is #8AA4D0. Grayscale: #5D5D5D. Windows color (decimal): -9086161 or 3103605. OLE color: 3103605.

HSL color Cylindrical-coordinate representation of color #755B2F: hue angle of 37.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #755B2F is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1179147-
CMYK00.220.600.54
HSL37.71º42.68%32.16%-
HSV(B)37.71º59.83%45.88%-
XYZ11.5911.474.29-
YUV93.76101.61144.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 91 (35.94% from 255) = 35.69%
BLUE value IS 47 (18.75% from 255) = 18.43%
R=45.88%
G=35.69%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117914700.220.600.5437.7142.6832.16
Hex755B2F0163C36262b20
Octal165133570267466465340
Binary11101011011011101111010110111100110110100110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755B2F; }

 p { color: rgb(117,91,47); }

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

<style>
 a { background-color: #755B2F; }

 a { background-color: rgb(117,91,47); }

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

<style>
 span { border-color: #755B2F; }

 span { border-color: rgb(117,91,47); }

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