Html Css Color HEX #494240 Crater Brown

📋 copy color: '#494240'

red 73 ◦ green 66 ◦ blue 64

#494240
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crater Brown #494240

Tints of Crater Brown #494240

RGB

 RED value IS 73 (28.91% from 255) = 35.96%

 GREEN value IS 66 (26.17% from 255) = 32.51%

 BLUE value IS 64 (25.39% from 255) = 31.53%

R = 35.96%
G = 32.51%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#494240 (or 0x494240) is known color: Crater Brown. HEX triplet: 49, 42 and 40. RGB value is (73,66,64). Sum of RGB (Red+Green+Blue) = 73+66+64=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 73 - color contains mainly: red. Hex color #494240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494240 is #B6BDBF. Grayscale: #434343. Windows color (decimal): -11976128 or 4211273. OLE color: 4211273.

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

Color convert

RGB 73 66 64 -
CMYK 0 0.10 0.12 0.71
HSL 13.33º 0.07% 0.27% -
HSV(B) 13.33º 0.12% 0.29% -
XYZ 5.62 5.68 5.65 -
YUV 67.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 73 66 64 0 0.10 0.12 0.71 13.33 0.07 0.27
Hex 49 42 40 0 A C 47 D 7 1B
Octal 111 102 100 0 12 14 107 15 7 33
Binary 1001001 1000010 1000000 0 1010 1100 1000111 1101 111 11011

Color Harmonies of #494240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494240

Black with #494240

Text Example


Text Example

White with #494240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494240; }

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

 H1.HeaderClassName
 {
   color: #494240;
 }
 .AnyTagClassName
 {
   color: #494240;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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