Html Css Color HEX #494534 Onion

📋 copy color: '#494534'

red 73 ◦ green 69 ◦ blue 52

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

Shades of Onion #494534

Tints of Onion #494534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.8%

R = 37.63%
G = 35.57%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#494534 (or 0x494534) is known color: Onion. HEX triplet: 49, 45 and 34. RGB value is (73,69,52). Sum of RGB (Red+Green+Blue) = 73+69+52=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 73 - color contains mainly: red. Hex color #494534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494534 is #B6BACB. Grayscale: #444444. Windows color (decimal): -11975372 or 3425609. OLE color: 3425609.

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

Color convert

RGB 73 69 52 -
CMYK 0 0.05 0.29 0.71
HSL 48.57º 0.17% 0.25% -
HSV(B) 48.57º 0.29% 0.29% -
XYZ 5.5 5.92 4.1 -
YUV 68.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 73 69 52 0 0.05 0.29 0.71 48.57 0.17 0.25
Hex 49 45 34 0 5 1D 47 31 11 19
Octal 111 105 64 0 5 35 107 61 21 31
Binary 1001001 1000101 110100 0 101 11101 1000111 110001 10001 11001

Color Harmonies of #494534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494534

Black with #494534

Text Example


Text Example

White with #494534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494534; }

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

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

background-color css

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

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

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

border-color css

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

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

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