Html Css Color HEX #494330 Onion

📋 copy color: '#494330'

red 73 ◦ green 67 ◦ blue 48

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

Shades of Onion #494330

Tints of Onion #494330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.64%

 BLUE value IS 48 (19.14% from 255) = 25.53%

R = 38.83%
G = 35.64%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#494330 (or 0x494330) is known color: Onion. HEX triplet: 49, 43 and 30. RGB value is (73,67,48). Sum of RGB (Red+Green+Blue) = 73+67+48=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #494330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494330 is #B6BCCF. Grayscale: #424242. Windows color (decimal): -11975888 or 3162953. OLE color: 3162953.

HSL color Cylindrical-coordinate representation of color #494330: hue angle of 45.6º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #494330 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 67 48 -
CMYK 0 0.08 0.34 0.71
HSL 45.6º 0.21% 0.24% -
HSV(B) 45.6º 0.34% 0.29% -
XYZ 5.29 5.64 3.61 -
YUV 66.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 73 67 48 0 0.08 0.34 0.71 45.6 0.21 0.24
Hex 49 43 30 0 8 22 47 2E 15 18
Octal 111 103 60 0 10 42 107 56 25 30
Binary 1001001 1000011 110000 0 1000 100010 1000111 101110 10101 11000

Color Harmonies of #494330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494330

Black with #494330

Text Example


Text Example

White with #494330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494330; }

 p { color: rgb(73,67,48); }

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

background-color css

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

 a { background-color: rgb(73,67,48); }

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

border-color css

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

 span { border-color: rgb(73,67,48); }

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