#745520

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

Shades of Horses Neck #745520

Tints of Horses Neck #745520

Color information

#745520 (or 0x745520) is unknown color: approx Horses Neck. HEX triplet: 74, 55 and 20. RGB value is (116,85,32). Sum of RGB (Red+Green+Blue) = 116+85+32=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #745520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745520 is #8BAADF. Grayscale: #585858. Windows color (decimal): -9153248 or 2119028. OLE color: 2119028.

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

Color convert

RGB1168532-
CMYK00.270.720.55
HSL37.86º56.76%29.02%-
HSV(B)37.86º72.41%45.49%-
XYZ10.7110.312.79-
YUV88.2396.27147.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.79%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 32 (12.89% from 255) = 13.73%
R=49.79%
G=36.48%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116853200.270.720.5537.8656.7629.02
Hex74552001B483726391d
Octal1641254003311067467135
Binary11101001010101100000011011100100011011110011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745520; }

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

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

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

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

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

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

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

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