#493838

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

Shades of Cowboy #493838

Tints of Cowboy #493838

Color information

#493838 (or 0x493838) is unknown color: approx Cowboy. HEX triplet: 49, 38 and 38. RGB value is (73,56,56). Sum of RGB (Red+Green+Blue) = 73+56+56=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #493838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493838 is #B6C7C7. Grayscale: #3D3D3D. Windows color (decimal): -11978696 or 3684425. OLE color: 3684425.

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

Color convert

RGB735656-
CMYK00.230.230.71
HSL13.18%25.29%-
HSV(B)23.29%28.63%-
XYZ4.884.534.36-
YUV61.08125.13136.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.46%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 56 (22.27% from 255) = 30.27%
R=39.46%
G=30.27%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73565600.230.230.71013.1825.29
Hex49383801717470d19
Octal11170700272710701531
Binary10010011110001110000101111011110001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493838; }

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

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

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

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

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

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

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

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