#493A38

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

Shades of Crater Brown #493A38

Tints of Crater Brown #493A38

Color information

#493A38 (or 0x493A38) is unknown color: approx Crater Brown. HEX triplet: 49, 3A and 38. RGB value is (73,58,56). Sum of RGB (Red+Green+Blue) = 73+58+56=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #493A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A38 is #B6C5C7. Grayscale: #3E3E3E. Windows color (decimal): -11978184 or 3684937. OLE color: 3684937.

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

Color convert

RGB735856-
CMYK00.210.230.71
HSL7.06º13.18%25.29%-
HSV(B)7.06º23.29%28.63%-
XYZ4.974.734.39-
YUV62.26124.47135.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 58 (23.05% from 255) = 31.02%
BLUE value IS 56 (22.27% from 255) = 29.95%
R=39.04%
G=31.02%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73585600.210.230.717.0613.1825.29
Hex493A3801517477d19
Octal11172700252710771531
Binary1001001111010111000010101101111000111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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