#493D39

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

Shades of Crater Brown #493D39

Tints of Crater Brown #493D39

Color information

#493D39 (or 0x493D39) is unknown color: approx Crater Brown. HEX triplet: 49, 3D and 39. RGB value is (73,61,57). Sum of RGB (Red+Green+Blue) = 73+61+57=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 73 - color contains mainly: red. Hex color #493D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D39 is #B6C2C6. Grayscale: #404040. Windows color (decimal): -11977415 or 3751241. OLE color: 3751241.

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

Color convert

RGB736157-
CMYK00.160.220.71
HSL15º12.31%25.49%-
HSV(B)15º21.92%28.63%-
XYZ5.155.054.57-
YUV64.13123.98134.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 61 (24.22% from 255) = 31.94%
BLUE value IS 57 (22.66% from 255) = 29.84%
R=38.22%
G=31.94%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73615700.160.220.711512.3125.49
Hex493D390101647fc19
Octal111757102026107171431
Binary10010011111011110010100001011010001111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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