#755B2A

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

Shades of Horses Neck #755B2A

Tints of Horses Neck #755B2A

Color information

#755B2A (or 0x755B2A) is unknown color: approx Horses Neck. HEX triplet: 75, 5B and 2A. RGB value is (117,91,42). Sum of RGB (Red+Green+Blue) = 117+91+42=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #755B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B2A is #8AA4D5. Grayscale: #5D5D5D. Windows color (decimal): -9086166 or 2775925. OLE color: 2775925.

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

Color convert

RGB1179142-
CMYK00.220.640.54
HSL39.2º47.17%31.18%-
HSV(B)39.2º64.1%45.88%-
XYZ11.511.433.79-
YUV93.1999.11144.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=46.8%
G=36.4%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117914200.220.640.5439.247.1731.18
Hex755B2A0164036272f1f
Octal1651335202610066475737
Binary11101011011011101010010110100000011011010011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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