#493533

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

Shades of Cowboy #493533

Tints of Cowboy #493533

Color information

#493533 (or 0x493533) is unknown color: approx Cowboy. HEX triplet: 49, 35 and 33. RGB value is (73,53,51). Sum of RGB (Red+Green+Blue) = 73+53+51=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #493533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493533 is #B6CACC. Grayscale: #3A3A3A. Windows color (decimal): -11979469 or 3355977. OLE color: 3355977.

HSL color Cylindrical-coordinate representation of color #493533: hue angle of 5.45º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #493533 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB735351-
CMYK00.270.300.71
HSL5.45º17.74%24.31%-
HSV(B)5.45º30.14%28.63%-
XYZ4.624.23.7-
YUV58.75123.63138.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 51 (20.31% from 255) = 28.81%
R=41.24%
G=29.94%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73535100.270.300.715.4517.7424.31
Hex49353301B1E4751218
Octal11165630333610752230
Binary10010011101011100110110111111010001111011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493533; }

 p { color: rgb(73,53,51); }

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

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

 a { background-color: rgb(73,53,51); }

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

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

 span { border-color: rgb(73,53,51); }

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