Html Css Color HEX #494538 Onion

📋 copy color: '#494538'

red 73 ◦ green 69 ◦ blue 56

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

Shades of Onion #494538

Tints of Onion #494538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.85%

 BLUE value IS 56 (22.27% from 255) = 28.28%

R = 36.87%
G = 34.85%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#494538 (or 0x494538) is known color: Onion. HEX triplet: 49, 45 and 38. RGB value is (73,69,56). Sum of RGB (Red+Green+Blue) = 73+69+56=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 73 - color contains mainly: red. Hex color #494538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494538 is #B6BAC7. Grayscale: #444444. Windows color (decimal): -11975368 or 3687753. OLE color: 3687753.

HSL color Cylindrical-coordinate representation of color #494538: hue angle of 45.88º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #494538 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 69 56 -
CMYK 0 0.05 0.23 0.71
HSL 45.88º 0.13% 0.25% -
HSV(B) 45.88º 0.23% 0.29% -
XYZ 5.59 5.96 4.6 -
YUV 68.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 73 69 56 0 0.05 0.23 0.71 45.88 0.13 0.25
Hex 49 45 38 0 5 17 47 2E D 19
Octal 111 105 70 0 5 27 107 56 15 31
Binary 1001001 1000101 111000 0 101 10111 1000111 101110 1101 11001

Color Harmonies of #494538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494538

Black with #494538

Text Example


Text Example

White with #494538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494538; }

 p { color: rgb(73,69,56); }

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

background-color css

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

 a { background-color: rgb(73,69,56); }

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

border-color css

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

 span { border-color: rgb(73,69,56); }

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