#74562A

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

Shades of Horses Neck #74562A

Tints of Horses Neck #74562A

Color information

#74562A (or 0x74562A) is unknown color: approx Horses Neck. HEX triplet: 74, 56 and 2A. RGB value is (116,86,42). Sum of RGB (Red+Green+Blue) = 116+86+42=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74562A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74562A is #8BA9D5. Grayscale: #5A5A5A. Windows color (decimal): -9152982 or 2774644. OLE color: 2774644.

HSL color Cylindrical-coordinate representation of color #74562A: hue angle of 35.68º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74562A is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB1168642-
CMYK00.260.640.55
HSL35.68º46.84%30.98%-
HSV(B)35.68º63.79%45.49%-
XYZ10.9510.543.65-
YUV89.95100.94146.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 86 (33.98% from 255) = 35.25%
BLUE value IS 42 (16.80% from 255) = 17.21%
R=47.54%
G=35.25%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116864200.260.640.5535.6846.8430.98
Hex74562A01A4037242f1f
Octal1641265203210067445737
Binary11101001010110101010011010100000011011110010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74562A; }

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

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

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

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

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

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

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

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