#745C1C

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

Shades of Horses Neck #745C1C

Tints of Horses Neck #745C1C

Color information

#745C1C (or 0x745C1C) is unknown color: approx Horses Neck. HEX triplet: 74, 5C and 1C. RGB value is (116,92,28). Sum of RGB (Red+Green+Blue) = 116+92+28=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #745C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745C1C is #8BA3E3. Grayscale: #5C5C5C. Windows color (decimal): -9151460 or 1858676. OLE color: 1858676.

HSL color Cylindrical-coordinate representation of color #745C1C: hue angle of 43.64º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #745C1C is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1169228-
CMYK00.210.760.55
HSL43.64º61.11%28.24%-
HSV(B)43.64º75.86%45.49%-
XYZ11.2411.452.72-
YUV91.8891.95145.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 92 (36.33% from 255) = 38.98%
BLUE value IS 28 (11.33% from 255) = 11.86%
R=49.15%
G=38.98%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116922800.210.760.5543.6461.1128.24
Hex745C1C0154C372c3d1c
Octal1641343402511467547534
Binary1110100101110011100010101100110011011110110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,92,28); }

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

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

 a { background-color: rgb(116,92,28); }

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

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

 span { border-color: rgb(116,92,28); }

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