#745523

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

Shades of Horses Neck #745523

Tints of Horses Neck #745523

Color information

#745523 (or 0x745523) is unknown color: approx Horses Neck. HEX triplet: 74, 55 and 23. RGB value is (116,85,35). Sum of RGB (Red+Green+Blue) = 116+85+35=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #745523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745523 is #8BAADC. Grayscale: #585858. Windows color (decimal): -9153245 or 2315636. OLE color: 2315636.

HSL color Cylindrical-coordinate representation of color #745523: hue angle of 37.04º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #745523 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1168535-
CMYK00.270.700.55
HSL37.04º53.64%29.61%-
HSV(B)37.04º69.83%45.49%-
XYZ10.7510.333.02-
YUV88.5797.77147.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 35 (14.06% from 255) = 14.83%
R=49.15%
G=36.02%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116853500.270.700.5537.0453.6429.61
Hex74552301B463725361e
Octal1641254303310667456636
Binary11101001010101100011011011100011011011110010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745523; }

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

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

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

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

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

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

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

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