#745B1D

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

Shades of Horses Neck #745B1D

Tints of Horses Neck #745B1D

Color information

#745B1D (or 0x745B1D) is unknown color: approx Horses Neck. HEX triplet: 74, 5B and 1D. RGB value is (116,91,29). Sum of RGB (Red+Green+Blue) = 116+91+29=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #745B1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745B1D is #8BA4E2. Grayscale: #5B5B5B. Windows color (decimal): -9151715 or 1923956. OLE color: 1923956.

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

Color convert

RGB1169129-
CMYK00.220.750.55
HSL42.76º60%28.43%-
HSV(B)42.76º75%45.49%-
XYZ11.1711.282.75-
YUV91.4192.78145.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 91 (35.94% from 255) = 38.56%
BLUE value IS 29 (11.72% from 255) = 12.29%
R=49.15%
G=38.56%
B=12.29%

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
Decimal116912900.220.750.5542.766028.43
Hex745B1D0164B372b3c1c
Octal1641333502611367537434
Binary1110100101101111101010110100101111011110101111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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