#755626

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

Shades of Horses Neck #755626

Tints of Horses Neck #755626

Color information

#755626 (or 0x755626) is unknown color: approx Horses Neck. HEX triplet: 75, 56 and 26. RGB value is (117,86,38). Sum of RGB (Red+Green+Blue) = 117+86+38=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #755626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755626 is #8AA9D9. Grayscale: #5A5A5A. Windows color (decimal): -9087450 or 2512501. OLE color: 2512501.

HSL color Cylindrical-coordinate representation of color #755626: hue angle of 36.46º 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 #755626 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1178638-
CMYK00.260.680.54
HSL36.46º50.97%30.39%-
HSV(B)36.46º67.52%45.88%-
XYZ11.0110.583.29-
YUV89.898.77147.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=48.55%
G=35.68%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117863800.260.680.5436.4650.9730.39
Hex75562601A443624331e
Octal1651264603210466446336
Binary11101011010110100110011010100010011011010010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755626; }

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

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

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

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

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

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

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

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