#74581D

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

Shades of Horses Neck #74581D

Tints of Horses Neck #74581D

Color information

#74581D (or 0x74581D) is unknown color: approx Horses Neck. HEX triplet: 74, 58 and 1D. RGB value is (116,88,29). Sum of RGB (Red+Green+Blue) = 116+88+29=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #74581D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74581D is #8BA7E2. Grayscale: #595959. Windows color (decimal): -9152483 or 1923188. OLE color: 1923188.

HSL color Cylindrical-coordinate representation of color #74581D: hue angle of 40.69º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74581D is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1168829-
CMYK00.240.750.55
HSL40.69º60%28.43%-
HSV(B)40.69º75%45.49%-
XYZ10.9110.782.67-
YUV89.6593.78146.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.79%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 29 (11.72% from 255) = 12.45%
R=49.79%
G=37.77%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116882900.240.750.5540.696028.43
Hex74581D0184B37293c1c
Octal1641303503011367517434
Binary1110100101100011101011000100101111011110100111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74581D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,88,29); }

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

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

 a { background-color: rgb(116,88,29); }

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

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

 span { border-color: rgb(116,88,29); }

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