#745625

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

Shades of Horses Neck #745625

Tints of Horses Neck #745625

Color information

#745625 (or 0x745625) is unknown color: approx Horses Neck. HEX triplet: 74, 56 and 25. RGB value is (116,86,37). Sum of RGB (Red+Green+Blue) = 116+86+37=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #745625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745625 is #8BA9DA. Grayscale: #595959. Windows color (decimal): -9152987 or 2446964. OLE color: 2446964.

HSL color Cylindrical-coordinate representation of color #745625: hue angle of 37.22º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #745625 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1168637-
CMYK00.260.680.55
HSL37.22º51.63%30%-
HSV(B)37.22º68.1%45.49%-
XYZ10.8610.53.2-
YUV89.3898.44146.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 37 (14.84% from 255) = 15.48%
R=48.54%
G=35.98%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116863700.260.680.5537.2251.6330
Hex74562501A443725341e
Octal1641264503210467456436
Binary11101001010110100101011010100010011011110010111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745625; }

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

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

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

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

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

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

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

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