#49403F

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

Shades of Crater Brown #49403F

Tints of Crater Brown #49403F

Color information

#49403F (or 0x49403F) is unknown color: approx Crater Brown. HEX triplet: 49, 40 and 3F. RGB value is (73,64,63). Sum of RGB (Red+Green+Blue) = 73+64+63=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 73 - color contains mainly: red. Hex color #49403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49403F is #B6BFC0. Grayscale: #424242. Windows color (decimal): -11976641 or 4145225. OLE color: 4145225.

HSL color Cylindrical-coordinate representation of color #49403F: hue angle of 6º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #49403F is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB736463-
CMYK00.120.140.71
HSL7.35%26.67%-
HSV(B)13.7%28.63%-
XYZ5.485.445.46-
YUV66.58125.98132.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 63 (25% from 255) = 31.5%
R=36.5%
G=32%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73646300.120.140.7167.3526.67
Hex49403F0CE47671b
Octal11110077014161076733
Binary10010011000000111111011001110100011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49403F; }

 p { color: rgb(73,64,63); }

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

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

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

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

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

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

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