#745B30

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

Shades of Horses Neck #745B30

Tints of Horses Neck #745B30

Color information

#745B30 (or 0x745B30) is unknown color: approx Horses Neck. HEX triplet: 74, 5B and 30. RGB value is (116,91,48). Sum of RGB (Red+Green+Blue) = 116+91+48=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #745B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745B30 is #8BA4CF. Grayscale: #5D5D5D. Windows color (decimal): -9151696 or 3169140. OLE color: 3169140.

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

Color convert

RGB1169148-
CMYK00.220.590.55
HSL37.94º41.46%32.16%-
HSV(B)37.94º58.62%45.49%-
XYZ11.4811.414.39-
YUV93.57102.28144-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 91 (35.94% from 255) = 35.69%
BLUE value IS 48 (19.14% from 255) = 18.82%
R=45.49%
G=35.69%
B=18.82%

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
Decimal116914800.220.590.5537.9441.4632.16
Hex745B300163B37262920
Octal164133600267367465140
Binary11101001011011110000010110111011110111100110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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