#755628

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

Shades of Horses Neck #755628

Tints of Horses Neck #755628

Color information

#755628 (or 0x755628) is unknown color: approx Horses Neck. HEX triplet: 75, 56 and 28. RGB value is (117,86,40). Sum of RGB (Red+Green+Blue) = 117+86+40=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #755628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755628 is #8AA9D7. Grayscale: #5A5A5A. Windows color (decimal): -9087448 or 2643573. OLE color: 2643573.

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

Color convert

RGB1178640-
CMYK00.260.660.54
HSL35.84º49.04%30.78%-
HSV(B)35.84º65.81%45.88%-
XYZ11.0510.593.47-
YUV90.0299.77147.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 40 (16.02% from 255) = 16.46%
R=48.15%
G=35.39%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117864000.260.660.5435.8449.0430.78
Hex75562801A423624311f
Octal1651265003210266446137
Binary11101011010110101000011010100001011011010010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755628; }

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

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

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

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

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

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

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

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