#745621

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

Shades of Horses Neck #745621

Tints of Horses Neck #745621

Color information

#745621 (or 0x745621) is unknown color: approx Horses Neck. HEX triplet: 74, 56 and 21. RGB value is (116,86,33). Sum of RGB (Red+Green+Blue) = 116+86+33=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #745621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745621 is #8BA9DE. Grayscale: #595959. Windows color (decimal): -9152991 or 2184820. OLE color: 2184820.

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

Color convert

RGB1168633-
CMYK00.260.720.55
HSL38.31º55.7%29.22%-
HSV(B)38.31º71.55%45.49%-
XYZ10.810.482.89-
YUV88.9396.44147.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 86 (33.98% from 255) = 36.60%
BLUE value IS 33 (13.28% from 255) = 14.04%
R=49.36%
G=36.60%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116863300.260.720.5538.3155.729.22
Hex74562101A483726381d
Octal1641264103211067467035
Binary11101001010110100001011010100100011011110011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745621; }

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

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

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

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

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

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

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

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