#745620

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

Shades of Horses Neck #745620

Tints of Horses Neck #745620

Color information

#745620 (or 0x745620) is unknown color: approx Horses Neck. HEX triplet: 74, 56 and 20. RGB value is (116,86,32). Sum of RGB (Red+Green+Blue) = 116+86+32=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #745620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745620 is #8BA9DF. Grayscale: #595959. Windows color (decimal): -9152992 or 2119284. OLE color: 2119284.

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

Color convert

RGB1168632-
CMYK00.260.720.55
HSL38.57º56.76%29.02%-
HSV(B)38.57º72.41%45.49%-
XYZ10.7910.472.82-
YUV88.8195.94147.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 86 (33.98% from 255) = 36.75%
BLUE value IS 32 (12.89% from 255) = 13.68%
R=49.57%
G=36.75%
B=13.68%

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
Decimal116863200.260.720.5538.5756.7629.02
Hex74562001A483727391d
Octal1641264003211067477135
Binary11101001010110100000011010100100011011110011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745620; }

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

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

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

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

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

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

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

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