#745923

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

Shades of Horses Neck #745923

Tints of Horses Neck #745923

Color information

#745923 (or 0x745923) is unknown color: approx Horses Neck. HEX triplet: 74, 59 and 23. RGB value is (116,89,35). Sum of RGB (Red+Green+Blue) = 116+89+35=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #745923 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745923 is #8BA6DC. Grayscale: #5B5B5B. Windows color (decimal): -9152221 or 2316660. OLE color: 2316660.

HSL color Cylindrical-coordinate representation of color #745923: hue angle of 40º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #745923 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1168935-
CMYK00.230.700.55
HSL40º53.64%29.61%-
HSV(B)40º69.83%45.49%-
XYZ11.0810.983.13-
YUV90.9296.45145.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.33%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 35 (14.06% from 255) = 14.58%
R=48.33%
G=37.08%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116893500.230.700.554053.6429.61
Hex745923017463728361e
Octal1641314302710667506636
Binary11101001011001100011010111100011011011110100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745923; }

 p { color: rgb(116,89,35); }

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

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

 a { background-color: rgb(116,89,35); }

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

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

 span { border-color: rgb(116,89,35); }

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