#74561E

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

Shades of Horses Neck #74561E

Tints of Horses Neck #74561E

Color information

#74561E (or 0x74561E) is unknown color: approx Horses Neck. HEX triplet: 74, 56 and 1E. RGB value is (116,86,30). Sum of RGB (Red+Green+Blue) = 116+86+30=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74561E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74561E is #8BA9E1. Grayscale: #585858. Windows color (decimal): -9152994 or 1988212. OLE color: 1988212.

HSL color Cylindrical-coordinate representation of color #74561E: hue angle of 39.07º 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 #74561E is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1168630-
CMYK00.260.740.55
HSL39.07º58.9%28.63%-
HSV(B)39.07º74.14%45.49%-
XYZ10.7610.462.68-
YUV88.5994.94147.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 37.07%
BLUE value IS 30 (12.11% from 255) = 12.93%
R=50%
G=37.07%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116863000.260.740.5539.0758.928.63
Hex74561E01A4A37273b1d
Octal1641263603211267477335
Binary1110100101011011110011010100101011011110011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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