#745426

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

Shades of Horses Neck #745426

Tints of Horses Neck #745426

Color information

#745426 (or 0x745426) is unknown color: approx Horses Neck. HEX triplet: 74, 54 and 26. RGB value is (116,84,38). Sum of RGB (Red+Green+Blue) = 116+84+38=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #745426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745426 is #8BABD9. Grayscale: #585858. Windows color (decimal): -9153498 or 2511988. OLE color: 2511988.

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

Color convert

RGB1168438-
CMYK00.280.670.55
HSL35.38º50.65%30.2%-
HSV(B)35.38º67.24%45.49%-
XYZ10.7210.193.24-
YUV88.3299.6147.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.74%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 38 (15.23% from 255) = 15.97%
R=48.74%
G=35.29%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116843800.280.670.5535.3850.6530.2
Hex74542601C433723331e
Octal1641244603410367436336
Binary11101001010100100110011100100001111011110001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745426; }

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

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

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

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

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

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

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

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