#745126

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

Shades of Horses Neck #745126

Tints of Horses Neck #745126

Color information

#745126 (or 0x745126) is unknown color: approx Horses Neck. HEX triplet: 74, 51 and 26. RGB value is (116,81,38). Sum of RGB (Red+Green+Blue) = 116+81+38=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #745126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745126 is #8BAED9. Grayscale: #565656. Windows color (decimal): -9154266 or 2511220. OLE color: 2511220.

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

Color convert

RGB1168138-
CMYK00.300.670.55
HSL33.08º50.65%30.2%-
HSV(B)33.08º67.24%45.49%-
XYZ10.499.743.16-
YUV86.56100.6149-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 38 (15.23% from 255) = 16.17%
R=49.36%
G=34.47%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116813800.300.670.5533.0850.6530.2
Hex74512601E433721331e
Octal1641214603610367416336
Binary11101001010001100110011110100001111011110000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745126; }

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

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

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

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

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

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

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

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