#745A25

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

Shades of Horses Neck #745A25

Tints of Horses Neck #745A25

Color information

#745A25 (or 0x745A25) is unknown color: approx Horses Neck. HEX triplet: 74, 5A and 25. RGB value is (116,90,37). Sum of RGB (Red+Green+Blue) = 116+90+37=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #745A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A25 is #8BA5DA. Grayscale: #5B5B5B. Windows color (decimal): -9151963 or 2447988. OLE color: 2447988.

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

Color convert

RGB1169037-
CMYK00.220.680.55
HSL40.25º51.63%30%-
HSV(B)40.25º68.1%45.49%-
XYZ11.1911.163.31-
YUV91.7397.11145.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.74%
GREEN value IS 90 (35.55% from 255) = 37.04%
BLUE value IS 37 (14.84% from 255) = 15.23%
R=47.74%
G=37.04%
B=15.23%

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
Decimal116903700.220.680.5540.2551.6330
Hex745A25016443728341e
Octal1641324502610467506436
Binary11101001011010100101010110100010011011110100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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