#493A39

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

Shades of Cowboy #493A39

Tints of Cowboy #493A39

Color information

#493A39 (or 0x493A39) is unknown color: approx Cowboy. HEX triplet: 49, 3A and 39. RGB value is (73,58,57). Sum of RGB (Red+Green+Blue) = 73+58+57=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #493A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A39 is #B6C5C6. Grayscale: #3E3E3E. Windows color (decimal): -11978183 or 3750473. OLE color: 3750473.

HSL color Cylindrical-coordinate representation of color #493A39: hue angle of 3.75º 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 #493A39 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB735857-
CMYK00.210.220.71
HSL3.75º12.31%25.49%-
HSV(B)3.75º21.92%28.63%-
XYZ54.744.52-
YUV62.37124.97135.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 57 (22.66% from 255) = 30.32%
R=38.83%
G=30.85%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73585700.210.220.713.7512.3125.49
Hex493A3901516474c19
Octal11172710252610741431
Binary1001001111010111001010101101101000111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493A39; }

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

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

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

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

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

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

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

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