#494341

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

Shades of Crater Brown #494341

Tints of Crater Brown #494341

Color information

#494341 (or 0x494341) is unknown color: approx Crater Brown. HEX triplet: 49, 43 and 41. RGB value is (73,67,65). Sum of RGB (Red+Green+Blue) = 73+67+65=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 73 - color contains mainly: red. Hex color #494341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494341 is #B6BCBE. Grayscale: #444444. Windows color (decimal): -11975871 or 4277065. OLE color: 4277065.

HSL color Cylindrical-coordinate representation of color #494341: hue angle of 15º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #494341 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB736765-
CMYK00.080.110.71
HSL15º5.8%27.06%-
HSV(B)15º10.96%28.63%-
XYZ5.715.815.82-
YUV68.57125.99131.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.61%
GREEN value IS 67 (26.56% from 255) = 32.68%
BLUE value IS 65 (25.78% from 255) = 31.71%
R=35.61%
G=32.68%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73676500.080.110.71155.827.06
Hex49434108B47f61b
Octal1111031010101310717633
Binary1001001100001110000010100010111000111111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494341; }

 p { color: rgb(73,67,65); }

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

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

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

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

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

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

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