#74591E

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

Shades of Horses Neck #74591E

Tints of Horses Neck #74591E

Color information

#74591E (or 0x74591E) is unknown color: approx Horses Neck. HEX triplet: 74, 59 and 1E. RGB value is (116,89,30). Sum of RGB (Red+Green+Blue) = 116+89+30=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #74591E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74591E is #8BA6E1. Grayscale: #5A5A5A. Windows color (decimal): -9152226 or 1988980. OLE color: 1988980.

HSL color Cylindrical-coordinate representation of color #74591E: hue angle of 41.16º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74591E is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1168930-
CMYK00.230.740.55
HSL41.16º58.9%28.63%-
HSV(B)41.16º74.14%45.49%-
XYZ11.0110.952.76-
YUV90.3593.95146.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 30 (12.11% from 255) = 12.77%
R=49.36%
G=37.87%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116893000.230.740.5541.1658.928.63
Hex74591E0174A37293b1d
Octal1641313602711267517335
Binary1110100101100111110010111100101011011110100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74591E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74591E; }

 p { color: rgb(116,89,30); }

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

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

 a { background-color: rgb(116,89,30); }

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

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

 span { border-color: rgb(116,89,30); }

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