#745720

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

Shades of Horses Neck #745720

Tints of Horses Neck #745720

Color information

#745720 (or 0x745720) is unknown color: approx Horses Neck. HEX triplet: 74, 57 and 20. RGB value is (116,87,32). Sum of RGB (Red+Green+Blue) = 116+87+32=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #745720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745720 is #8BA8DF. Grayscale: #595959. Windows color (decimal): -9152736 or 2119540. OLE color: 2119540.

HSL color Cylindrical-coordinate representation of color #745720: hue angle of 39.29º degrees, saturation: 0.57, 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 #745720 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1168732-
CMYK00.250.720.55
HSL39.29º56.76%29.02%-
HSV(B)39.29º72.41%45.49%-
XYZ10.8710.632.85-
YUV89.495.61146.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 87 (34.38% from 255) = 37.02%
BLUE value IS 32 (12.89% from 255) = 13.62%
R=49.36%
G=37.02%
B=13.62%

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
Decimal116873200.250.720.5539.2956.7629.02
Hex745720019483727391d
Octal1641274003111067477135
Binary11101001010111100000011001100100011011110011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745720; }

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

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

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

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

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

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

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

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