#493938

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

Shades of Cowboy #493938

Tints of Cowboy #493938

Color information

#493938 (or 0x493938) is unknown color: approx Cowboy. HEX triplet: 49, 39 and 38. RGB value is (73,57,56). Sum of RGB (Red+Green+Blue) = 73+57+56=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #493938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493938 is #B6C6C7. Grayscale: #3D3D3D. Windows color (decimal): -11978440 or 3684681. OLE color: 3684681.

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

Color convert

RGB735756-
CMYK00.220.230.71
HSL3.53º13.18%25.29%-
HSV(B)3.53º23.29%28.63%-
XYZ4.924.634.38-
YUV61.67124.8136.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.25%
GREEN value IS 57 (22.66% from 255) = 30.65%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=39.25%
G=30.65%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73575600.220.230.713.5313.1825.29
Hex49393801617474d19
Octal11171700262710741531
Binary1001001111001111000010110101111000111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493938; }

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

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

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

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

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

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

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

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