Html Css Color HEX #494241 Crater Brown

📋 copy color: '#494241'

red 73 ◦ green 66 ◦ blue 65

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

Shades of Crater Brown #494241

Tints of Crater Brown #494241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.86%

R = 35.78%
G = 32.35%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#494241 (or 0x494241) is known color: Crater Brown. HEX triplet: 49, 42 and 41. RGB value is (73,66,65). Sum of RGB (Red+Green+Blue) = 73+66+65=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 73 - color contains mainly: red. Hex color #494241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494241 is #B6BDBE. Grayscale: #434343. Windows color (decimal): -11976127 or 4276809. OLE color: 4276809.

HSL color Cylindrical-coordinate representation of color #494241: hue angle of 7.5º 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 #494241 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 66 65 -
CMYK 0 0.10 0.11 0.71
HSL 7.5º 0.06% 0.27% -
HSV(B) 7.5º 0.11% 0.29% -
XYZ 5.65 5.69 5.8 -
YUV 67.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 73 66 65 0 0.10 0.11 0.71 7.5 0.06 0.27
Hex 49 42 41 0 A B 47 8 6 1B
Octal 111 102 101 0 12 13 107 10 6 33
Binary 1001001 1000010 1000001 0 1010 1011 1000111 1000 110 11011

Color Harmonies of #494241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494241

Black with #494241

Text Example


Text Example

White with #494241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494241; }

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

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

background-color css

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

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

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

border-color css

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

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

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