#745721

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

Shades of Horses Neck #745721

Tints of Horses Neck #745721

Color information

#745721 (or 0x745721) is unknown color: approx Horses Neck. HEX triplet: 74, 57 and 21. RGB value is (116,87,33). Sum of RGB (Red+Green+Blue) = 116+87+33=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #745721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745721 is #8BA8DE. Grayscale: #595959. Windows color (decimal): -9152735 or 2185076. OLE color: 2185076.

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

Color convert

RGB1168733-
CMYK00.250.720.55
HSL39.04º55.7%29.22%-
HSV(B)39.04º71.55%45.49%-
XYZ10.8910.642.92-
YUV89.5196.11146.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 87 (34.38% from 255) = 36.86%
BLUE value IS 33 (13.28% from 255) = 13.98%
R=49.15%
G=36.86%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116873300.250.720.5539.0455.729.22
Hex745721019483727381d
Octal1641274103111067477035
Binary11101001010111100001011001100100011011110011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745721; }

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

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

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

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

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

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

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

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