#745A2F

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

Shades of Horses Neck #745A2F

Tints of Horses Neck #745A2F

Color information

#745A2F (or 0x745A2F) is unknown color: approx Horses Neck. HEX triplet: 74, 5A and 2F. RGB value is (116,90,47). Sum of RGB (Red+Green+Blue) = 116+90+47=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #745A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A2F is #8BA5D0. Grayscale: #5D5D5D. Windows color (decimal): -9151953 or 3103348. OLE color: 3103348.

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

Color convert

RGB1169047-
CMYK00.220.590.55
HSL37.39º42.33%31.96%-
HSV(B)37.39º59.48%45.49%-
XYZ11.3711.234.26-
YUV92.87102.11144.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 47 (18.75% from 255) = 18.58%
R=45.85%
G=35.57%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116904700.220.590.5537.3942.3331.96
Hex745A2F0163B37252a20
Octal164132570267367455240
Binary11101001011010101111010110111011110111100101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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