#745A2B

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

Shades of Horses Neck #745A2B

Tints of Horses Neck #745A2B

Color information

#745A2B (or 0x745A2B) is unknown color: approx Horses Neck. HEX triplet: 74, 5A and 2B. RGB value is (116,90,43). Sum of RGB (Red+Green+Blue) = 116+90+43=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #745A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A2B is #8BA5D4. Grayscale: #5C5C5C. Windows color (decimal): -9151957 or 2841204. OLE color: 2841204.

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

Color convert

RGB1169043-
CMYK00.220.630.55
HSL38.63º45.91%31.18%-
HSV(B)38.63º62.93%45.49%-
XYZ11.2911.23.85-
YUV92.42100.11144.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.59%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 43 (17.19% from 255) = 17.27%
R=46.59%
G=36.14%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116904300.220.630.5538.6345.9131.18
Hex745A2B0163F37272e1f
Octal164132530267767475637
Binary1110100101101010101101011011111111011110011110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,90,43); }

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

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

 a { background-color: rgb(116,90,43); }

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

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

 span { border-color: rgb(116,90,43); }

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