#745D26

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

Shades of Horses Neck #745D26

Tints of Horses Neck #745D26

Color information

#745D26 (or 0x745D26) is unknown color: approx Horses Neck. HEX triplet: 74, 5D and 26. RGB value is (116,93,38). Sum of RGB (Red+Green+Blue) = 116+93+38=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #745D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D26 is #8BA2D9. Grayscale: #5D5D5D. Windows color (decimal): -9151194 or 2514292. OLE color: 2514292.

HSL color Cylindrical-coordinate representation of color #745D26: hue angle of 42.31º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #745D26 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1169338-
CMYK00.200.670.55
HSL42.31º50.65%30.2%-
HSV(B)42.31º67.24%45.49%-
XYZ11.4711.683.48-
YUV93.6196.62143.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.96%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 38 (15.23% from 255) = 15.38%
R=46.96%
G=37.65%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116933800.200.670.5542.3150.6530.2
Hex745D2601443372a331e
Octal1641354602410367526336
Binary11101001011101100110010100100001111011110101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,93,38); }

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

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

 a { background-color: rgb(116,93,38); }

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

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

 span { border-color: rgb(116,93,38); }

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