#745C23

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

Shades of Horses Neck #745C23

Tints of Horses Neck #745C23

Color information

#745C23 (or 0x745C23) is unknown color: approx Horses Neck. HEX triplet: 74, 5C and 23. RGB value is (116,92,35). Sum of RGB (Red+Green+Blue) = 116+92+35=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #745C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745C23 is #8BA3DC. Grayscale: #5C5C5C. Windows color (decimal): -9151453 or 2317428. OLE color: 2317428.

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

Color convert

RGB1169235-
CMYK00.210.700.55
HSL42.22º53.64%29.61%-
HSV(B)42.22º69.83%45.49%-
XYZ11.3311.493.21-
YUV92.6895.45144.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.74%
GREEN value IS 92 (36.33% from 255) = 37.86%
BLUE value IS 35 (14.06% from 255) = 14.40%
R=47.74%
G=37.86%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116923500.210.700.5542.2253.6429.61
Hex745C2301546372a361e
Octal1641344302510667526636
Binary11101001011100100011010101100011011011110101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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