#745425

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

Shades of Horses Neck #745425

Tints of Horses Neck #745425

Color information

#745425 (or 0x745425) is unknown color: approx Horses Neck. HEX triplet: 74, 54 and 25. RGB value is (116,84,37). Sum of RGB (Red+Green+Blue) = 116+84+37=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #745425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745425 is #8BABDA. Grayscale: #585858. Windows color (decimal): -9153499 or 2446452. OLE color: 2446452.

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

Color convert

RGB1168437-
CMYK00.280.680.55
HSL35.7º51.63%30%-
HSV(B)35.7º68.1%45.49%-
XYZ10.7110.193.15-
YUV88.2199.1147.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 37 (14.84% from 255) = 15.61%
R=48.95%
G=35.44%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116843700.280.680.5535.751.6330
Hex74542501C443724341e
Octal1641244503410467446436
Binary11101001010100100101011100100010011011110010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745425; }

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

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

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

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

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

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

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

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