#745B25

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

Shades of Horses Neck #745B25

Tints of Horses Neck #745B25

Color information

#745B25 (or 0x745B25) is unknown color: approx Horses Neck. HEX triplet: 74, 5B and 25. RGB value is (116,91,37). Sum of RGB (Red+Green+Blue) = 116+91+37=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #745B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745B25 is #8BA4DA. Grayscale: #5C5C5C. Windows color (decimal): -9151707 or 2448244. OLE color: 2448244.

HSL color Cylindrical-coordinate representation of color #745B25: hue angle of 41.01º 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 #745B25 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1169137-
CMYK00.220.680.55
HSL41.01º51.63%30%-
HSV(B)41.01º68.1%45.49%-
XYZ11.2811.333.34-
YUV92.3296.78144.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 91 (35.94% from 255) = 37.30%
BLUE value IS 37 (14.84% from 255) = 15.16%
R=47.54%
G=37.30%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116913700.220.680.5541.0151.6330
Hex745B25016443729341e
Octal1641334502610467516436
Binary11101001011011100101010110100010011011110100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745B25; }

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

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

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

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

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

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

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

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