#745224

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

Shades of Horses Neck #745224

Tints of Horses Neck #745224

Color information

#745224 (or 0x745224) is unknown color: approx Horses Neck. HEX triplet: 74, 52 and 24. RGB value is (116,82,36). Sum of RGB (Red+Green+Blue) = 116+82+36=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #745224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745224 is #8BADDB. Grayscale: #575757. Windows color (decimal): -9154012 or 2380404. OLE color: 2380404.

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

Color convert

RGB1168236-
CMYK00.290.690.55
HSL34.5º52.63%29.8%-
HSV(B)34.5º68.97%45.49%-
XYZ10.549.873.02-
YUV86.9299.26148.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 36 (14.45% from 255) = 15.38%
R=49.57%
G=35.04%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116823600.290.690.5534.552.6329.8
Hex74522401D453722351e
Octal1641224403510567426536
Binary11101001010010100100011101100010111011110001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745224; }

 p { color: rgb(116,82,36); }

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

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

 a { background-color: rgb(116,82,36); }

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

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

 span { border-color: rgb(116,82,36); }

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