Html Css Color HEX #494341 Crater Brown

📋 copy color: '#494341'

red 73 ◦ green 67 ◦ blue 65

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

Shades of Crater Brown #494341

Tints of Crater Brown #494341

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 value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#494341 (or 0x494341) is known color: 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

RGB 73 67 65 -
CMYK 0 0.08 0.11 0.71
HSL 15º 0.06% 0.27% -
HSV(B) 15º 0.11% 0.29% -
XYZ 5.71 5.81 5.82 -
YUV 68.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 73 67 65 0 0.08 0.11 0.71 15 0.06 0.27
Hex 49 43 41 0 8 B 47 F 6 1B
Octal 111 103 101 0 10 13 107 17 6 33
Binary 1001001 1000011 1000001 0 1000 1011 1000111 1111 110 11011

Color Harmonies of #494341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494341

Black with #494341

Text Example


Text Example

White with #494341

Text Example


Text Example

HTML Codes & Css Web 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>