#745A1D

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

Shades of Horses Neck #745A1D

Tints of Horses Neck #745A1D

Color information

#745A1D (or 0x745A1D) is unknown color: approx Horses Neck. HEX triplet: 74, 5A and 1D. RGB value is (116,90,29). Sum of RGB (Red+Green+Blue) = 116+90+29=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #745A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A1D is #8BA5E2. Grayscale: #5B5B5B. Windows color (decimal): -9151971 or 1923700. OLE color: 1923700.

HSL color Cylindrical-coordinate representation of color #745A1D: hue angle of 42.07º 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 #745A1D is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1169029-
CMYK00.220.750.55
HSL42.07º60%28.43%-
HSV(B)42.07º75%45.49%-
XYZ11.0811.112.72-
YUV90.8293.11145.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 90 (35.55% from 255) = 38.30%
BLUE value IS 29 (11.72% from 255) = 12.34%
R=49.36%
G=38.30%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116902900.220.750.5542.076028.43
Hex745A1D0164B372a3c1c
Octal1641323502611367527434
Binary1110100101101011101010110100101111011110101011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745A1D; }

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

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

<style>
 a { background-color: #745A1D; }

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

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

<style>
 span { border-color: #745A1D; }

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

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