#745221

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

Shades of Horses Neck #745221

Tints of Horses Neck #745221

Color information

#745221 (or 0x745221) is unknown color: approx Horses Neck. HEX triplet: 74, 52 and 21. RGB value is (116,82,33). Sum of RGB (Red+Green+Blue) = 116+82+33=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #745221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745221 is #8BADDE. Grayscale: #565656. Windows color (decimal): -9154015 or 2183796. OLE color: 2183796.

HSL color Cylindrical-coordinate representation of color #745221: hue angle of 35.42º degrees, saturation: 0.56, 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 #745221 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1168233-
CMYK00.290.720.55
HSL35.42º55.7%29.22%-
HSV(B)35.42º71.55%45.49%-
XYZ10.499.862.79-
YUV86.5897.76148.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.22%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 33 (13.28% from 255) = 14.29%
R=50.22%
G=35.50%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116823300.290.720.5535.4255.729.22
Hex74522101D483723381d
Octal1641224103511067437035
Binary11101001010010100001011101100100011011110001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745221; }

 p { color: rgb(116,82,33); }

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

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

 a { background-color: rgb(116,82,33); }

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

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

 span { border-color: rgb(116,82,33); }

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