#755126

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

Shades of Horses Neck #755126

Tints of Horses Neck #755126

Color information

#755126 (or 0x755126) is unknown color: approx Horses Neck. HEX triplet: 75, 51 and 26. RGB value is (117,81,38). Sum of RGB (Red+Green+Blue) = 117+81+38=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #755126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755126 is #8AAED9. Grayscale: #575757. Windows color (decimal): -9088730 or 2511221. OLE color: 2511221.

HSL color Cylindrical-coordinate representation of color #755126: hue angle of 32.66º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #755126 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1178138-
CMYK00.310.680.54
HSL32.66º50.97%30.39%-
HSV(B)32.66º67.52%45.88%-
XYZ10.639.813.17-
YUV86.86100.43149.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 38 (15.23% from 255) = 16.10%
R=49.58%
G=34.32%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117813800.310.680.5432.6650.9730.39
Hex75512601F443621331e
Octal1651214603710466416336
Binary11101011010001100110011111100010011011010000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755126; }

 p { color: rgb(117,81,38); }

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

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

 a { background-color: rgb(117,81,38); }

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

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

 span { border-color: rgb(117,81,38); }

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