Html Css Color HEX #494342 Crater Brown

📋 copy color: '#494342'

red 73 ◦ green 67 ◦ blue 66

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

Shades of Crater Brown #494342

Tints of Crater Brown #494342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.52%

 BLUE value IS 66 (26.17% from 255) = 32.04%

R = 35.44%
G = 32.52%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#494342 (or 0x494342) is known color: Crater Brown. HEX triplet: 49, 43 and 42. RGB value is (73,67,66). Sum of RGB (Red+Green+Blue) = 73+67+66=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 73 - color contains mainly: red. Hex color #494342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494342 is #B6BCBD. Grayscale: #444444. Windows color (decimal): -11975870 or 4342601. OLE color: 4342601.

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

Color convert

RGB 73 67 66 -
CMYK 0 0.08 0.10 0.71
HSL 8.57º 0.05% 0.27% -
HSV(B) 8.57º 0.1% 0.29% -
XYZ 5.74 5.82 5.98 -
YUV 68.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 73 67 66 0 0.08 0.10 0.71 8.57 0.05 0.27
Hex 49 43 42 0 8 A 47 9 5 1B
Octal 111 103 102 0 10 12 107 11 5 33
Binary 1001001 1000011 1000010 0 1000 1010 1000111 1001 101 11011

Color Harmonies of #494342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494342

Black with #494342

Text Example


Text Example

White with #494342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494342; }

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

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

background-color css

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

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

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

border-color css

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

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

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