#493939

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

Shades of Cowboy #493939

Tints of Cowboy #493939

Color information

#493939 (or 0x493939) is unknown color: approx Cowboy. HEX triplet: 49, 39 and 39. RGB value is (73,57,57). Sum of RGB (Red+Green+Blue) = 73+57+57=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #493939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493939 is #B6C6C6. Grayscale: #3D3D3D. Windows color (decimal): -11978439 or 3750217. OLE color: 3750217.

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

Color convert

RGB735757-
CMYK00.220.220.71
HSL12.31%25.49%-
HSV(B)21.92%28.63%-
XYZ4.954.644.51-
YUV61.78125.3136-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 57 (22.66% from 255) = 30.48%
BLUE value IS 57 (22.66% from 255) = 30.48%
R=39.04%
G=30.48%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73575700.220.220.71012.3125.49
Hex49393901616470c19
Octal11171710262610701431
Binary10010011110011110010101101011010001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493939; }

 p { color: rgb(73,57,57); }

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

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

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

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

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

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

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