#745926

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

Shades of Horses Neck #745926

Tints of Horses Neck #745926

Color information

#745926 (or 0x745926) is unknown color: approx Horses Neck. HEX triplet: 74, 59 and 26. RGB value is (116,89,38). Sum of RGB (Red+Green+Blue) = 116+89+38=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #745926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745926 is #8BA6D9. Grayscale: #5B5B5B. Windows color (decimal): -9152218 or 2513268. OLE color: 2513268.

HSL color Cylindrical-coordinate representation of color #745926: hue angle of 39.23º 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 #745926 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1168938-
CMYK00.230.670.55
HSL39.23º50.65%30.2%-
HSV(B)39.23º67.24%45.49%-
XYZ11.12113.37-
YUV91.2697.95145.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.74%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 38 (15.23% from 255) = 15.64%
R=47.74%
G=36.63%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116893800.230.670.5539.2350.6530.2
Hex745926017433727331e
Octal1641314602710367476336
Binary11101001011001100110010111100001111011110011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745926; }

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

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

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

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

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

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

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

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