#745C29

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

Shades of Horses Neck #745C29

Tints of Horses Neck #745C29

Color information

#745C29 (or 0x745C29) is unknown color: approx Horses Neck. HEX triplet: 74, 5C and 29. RGB value is (116,92,41). Sum of RGB (Red+Green+Blue) = 116+92+41=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #745C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745C29 is #8BA3D6. Grayscale: #5D5D5D. Windows color (decimal): -9151447 or 2710644. OLE color: 2710644.

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

Color convert

RGB1169241-
CMYK00.210.650.55
HSL40.8º47.77%30.78%-
HSV(B)40.8º64.66%45.49%-
XYZ11.4311.533.72-
YUV93.3698.45144.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.59%
GREEN value IS 92 (36.33% from 255) = 36.95%
BLUE value IS 41 (16.41% from 255) = 16.47%
R=46.59%
G=36.95%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116924100.210.650.5540.847.7730.78
Hex745C29015413729301f
Octal1641345102510167516037
Binary11101001011100101001010101100000111011110100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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