#745B26

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

Shades of Horses Neck #745B26

Tints of Horses Neck #745B26

Color information

#745B26 (or 0x745B26) is unknown color: approx Horses Neck. HEX triplet: 74, 5B and 26. RGB value is (116,91,38). Sum of RGB (Red+Green+Blue) = 116+91+38=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #745B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745B26 is #8BA4D9. Grayscale: #5C5C5C. Windows color (decimal): -9151706 or 2513780. OLE color: 2513780.

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

Color convert

RGB1169138-
CMYK00.220.670.55
HSL40.77º50.65%30.2%-
HSV(B)40.77º67.24%45.49%-
XYZ11.2911.343.43-
YUV92.4397.28144.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 91 (35.94% from 255) = 37.14%
BLUE value IS 38 (15.23% from 255) = 15.51%
R=47.35%
G=37.14%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116913800.220.670.5540.7750.6530.2
Hex745B26016433729331e
Octal1641334602610367516336
Binary11101001011011100110010110100001111011110100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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