#74552D

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

Shades of Horses Neck #74552D

Tints of Horses Neck #74552D

Color information

#74552D (or 0x74552D) is unknown color: approx Horses Neck. HEX triplet: 74, 55 and 2D. RGB value is (116,85,45). Sum of RGB (Red+Green+Blue) = 116+85+45=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74552D is #8BAAD2. Grayscale: #595959. Windows color (decimal): -9153235 or 2970996. OLE color: 2970996.

HSL color Cylindrical-coordinate representation of color #74552D: hue angle of 33.8º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74552D is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1168545-
CMYK00.270.610.55
HSL33.8º44.1%31.57%-
HSV(B)33.8º61.21%45.49%-
XYZ10.9210.43.91-
YUV89.71102.77146.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 45 (17.97% from 255) = 18.29%
R=47.15%
G=34.55%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116854500.270.610.5533.844.131.57
Hex74552D01B3D37222c20
Octal164125550337567425440
Binary11101001010101101101011011111101110111100010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74552D; }

 p { color: rgb(116,85,45); }

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

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

 a { background-color: rgb(116,85,45); }

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

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

 span { border-color: rgb(116,85,45); }

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