#755721

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

Shades of Horses Neck #755721

Tints of Horses Neck #755721

Color information

#755721 (or 0x755721) is unknown color: approx Horses Neck. HEX triplet: 75, 57 and 21. RGB value is (117,87,33). Sum of RGB (Red+Green+Blue) = 117+87+33=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #755721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755721 is #8AA8DE. Grayscale: #5A5A5A. Windows color (decimal): -9087199 or 2185077. OLE color: 2185077.

HSL color Cylindrical-coordinate representation of color #755721: hue angle of 38.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #755721 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB1178733-
CMYK00.260.720.54
HSL38.57º56%29.41%-
HSV(B)38.57º71.79%45.88%-
XYZ11.0210.712.92-
YUV89.8195.94147.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 87 (34.38% from 255) = 36.71%
BLUE value IS 33 (13.28% from 255) = 13.92%
R=49.37%
G=36.71%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117873300.260.720.5438.575629.41
Hex75572101A483627381d
Octal1651274103211066477035
Binary11101011010111100001011010100100011011010011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755721; }

 p { color: rgb(117,87,33); }

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

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

 a { background-color: rgb(117,87,33); }

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

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

 span { border-color: rgb(117,87,33); }

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