#755B28

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

Shades of Horses Neck #755B28

Tints of Horses Neck #755B28

Color information

#755B28 (or 0x755B28) is unknown color: approx Horses Neck. HEX triplet: 75, 5B and 28. RGB value is (117,91,40). Sum of RGB (Red+Green+Blue) = 117+91+40=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #755B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B28 is #8AA4D7. Grayscale: #5D5D5D. Windows color (decimal): -9086168 or 2644853. OLE color: 2644853.

HSL color Cylindrical-coordinate representation of color #755B28: hue angle of 39.74º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #755B28 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1179140-
CMYK00.220.660.54
HSL39.74º49.04%30.78%-
HSV(B)39.74º65.81%45.88%-
XYZ11.4611.423.61-
YUV92.9698.11145.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 91 (35.94% from 255) = 36.69%
BLUE value IS 40 (16.02% from 255) = 16.13%
R=47.18%
G=36.69%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117914000.220.660.5439.7449.0430.78
Hex755B28016423628311f
Octal1651335002610266506137
Binary11101011011011101000010110100001011011010100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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