#745A20

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

Shades of Horses Neck #745A20

Tints of Horses Neck #745A20

Color information

#745A20 (or 0x745A20) is unknown color: approx Horses Neck. HEX triplet: 74, 5A and 20. RGB value is (116,90,32). Sum of RGB (Red+Green+Blue) = 116+90+32=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #745A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A20 is #8BA5DF. Grayscale: #5B5B5B. Windows color (decimal): -9151968 or 2120308. OLE color: 2120308.

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

Color convert

RGB1169032-
CMYK00.220.720.55
HSL41.43º56.76%29.02%-
HSV(B)41.43º72.41%45.49%-
XYZ11.1211.132.93-
YUV91.1694.61145.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.74%
GREEN value IS 90 (35.55% from 255) = 37.82%
BLUE value IS 32 (12.89% from 255) = 13.45%
R=48.74%
G=37.82%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116903200.220.720.5541.4356.7629.02
Hex745A20016483729391d
Octal1641324002611067517135
Binary11101001011010100000010110100100011011110100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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