#493332

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

Shades of Cowboy #493332

Tints of Cowboy #493332

Color information

#493332 (or 0x493332) is unknown color: approx Cowboy. HEX triplet: 49, 33 and 32. RGB value is (73,51,50). Sum of RGB (Red+Green+Blue) = 73+51+50=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #493332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493332 is #B6CCCD. Grayscale: #393939. Windows color (decimal): -11979982 or 3289929. OLE color: 3289929.

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

Color convert

RGB735150-
CMYK00.300.320.71
HSL2.61º18.7%24.12%-
HSV(B)2.61º31.51%28.63%-
XYZ4.514.013.55-
YUV57.46123.79139.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=41.95%
G=29.31%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73515000.300.320.712.6118.724.12
Hex49333201E204731318
Octal11163620364010732330
Binary10010011100111100100111101000001000111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493332; }

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

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

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

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

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

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

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

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