Html Css Color HEX #494536 Onion

📋 copy color: '#494536'

red 73 ◦ green 69 ◦ blue 54

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

Shades of Onion #494536

Tints of Onion #494536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.55%

R = 37.24%
G = 35.2%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#494536 (or 0x494536) is known color: Onion. HEX triplet: 49, 45 and 36. RGB value is (73,69,54). Sum of RGB (Red+Green+Blue) = 73+69+54=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 73 - color contains mainly: red. Hex color #494536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494536 is #B6BAC9. Grayscale: #444444. Windows color (decimal): -11975370 or 3556681. OLE color: 3556681.

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

Color convert

RGB 73 69 54 -
CMYK 0 0.05 0.26 0.71
HSL 47.37º 0.15% 0.25% -
HSV(B) 47.37º 0.26% 0.29% -
XYZ 5.54 5.94 4.34 -
YUV 68.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 73 69 54 0 0.05 0.26 0.71 47.37 0.15 0.25
Hex 49 45 36 0 5 1A 47 2F F 19
Octal 111 105 66 0 5 32 107 57 17 31
Binary 1001001 1000101 110110 0 101 11010 1000111 101111 1111 11001

Color Harmonies of #494536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494536

Black with #494536

Text Example


Text Example

White with #494536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494536; }

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

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

background-color css

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

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

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

border-color css

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

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

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