#755A28

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

Shades of Horses Neck #755A28

Tints of Horses Neck #755A28

Color information

#755A28 (or 0x755A28) is unknown color: approx Horses Neck. HEX triplet: 75, 5A and 28. RGB value is (117,90,40). Sum of RGB (Red+Green+Blue) = 117+90+40=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #755A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A28 is #8AA5D7. Grayscale: #5C5C5C. Windows color (decimal): -9086424 or 2644597. OLE color: 2644597.

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

Color convert

RGB1179040-
CMYK00.230.660.54
HSL38.96º49.04%30.78%-
HSV(B)38.96º65.81%45.88%-
XYZ11.3811.253.58-
YUV92.3798.45145.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 90 (35.55% from 255) = 36.44%
BLUE value IS 40 (16.02% from 255) = 16.19%
R=47.37%
G=36.44%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117904000.230.660.5438.9649.0430.78
Hex755A28017423627311f
Octal1651325002710266476137
Binary11101011011010101000010111100001011011010011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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