#74562B

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

Shades of Horses Neck #74562B

Tints of Horses Neck #74562B

Color information

#74562B (or 0x74562B) is unknown color: approx Horses Neck. HEX triplet: 74, 56 and 2B. RGB value is (116,86,43). Sum of RGB (Red+Green+Blue) = 116+86+43=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74562B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74562B is #8BA9D4. Grayscale: #5A5A5A. Windows color (decimal): -9152981 or 2840180. OLE color: 2840180.

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

Color convert

RGB1168643-
CMYK00.260.630.55
HSL35.34º45.91%31.18%-
HSV(B)35.34º62.93%45.49%-
XYZ10.9710.543.74-
YUV90.07101.44146.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 43 (17.19% from 255) = 17.55%
R=47.35%
G=35.10%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116864300.260.630.5535.3445.9131.18
Hex74562B01A3F37232e1f
Octal164126530327767435637
Binary1110100101011010101101101011111111011110001110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74562B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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