#493E3D

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

Shades of Crater Brown #493E3D

Tints of Crater Brown #493E3D

Color information

#493E3D (or 0x493E3D) is unknown color: approx Crater Brown. HEX triplet: 49, 3E and 3D. RGB value is (73,62,61). Sum of RGB (Red+Green+Blue) = 73+62+61=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 73 - color contains mainly: red. Hex color #493E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E3D is #B6C1C2. Grayscale: #414141. Windows color (decimal): -11977155 or 4013641. OLE color: 4013641.

HSL color Cylindrical-coordinate representation of color #493E3D: hue angle of 5º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #493E3D is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB736261-
CMYK00.150.160.71
HSL8.96%26.27%-
HSV(B)16.44%28.63%-
XYZ5.315.25.14-
YUV65.18125.64133.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 62 (24.61% from 255) = 31.63%
BLUE value IS 61 (24.22% from 255) = 31.12%
R=37.24%
G=31.63%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73626100.150.160.7158.9626.27
Hex493E3D0F1047591a
Octal11176750172010751132
Binary100100111111011110101111100001000111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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