Html Css Color HEX #494130 Onion

📋 copy color: '#494130'

red 73 ◦ green 65 ◦ blue 48

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

Shades of Onion #494130

Tints of Onion #494130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.95%

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

R = 39.25%
G = 34.95%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#494130 (or 0x494130) is known color: Onion. HEX triplet: 49, 41 and 30. RGB value is (73,65,48). Sum of RGB (Red+Green+Blue) = 73+65+48=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #494130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494130 is #B6BECF. Grayscale: #414141. Windows color (decimal): -11976400 or 3162441. OLE color: 3162441.

HSL color Cylindrical-coordinate representation of color #494130: hue angle of 40.8º 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 #494130 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 65 48 -
CMYK 0 0.11 0.34 0.71
HSL 40.8º 0.21% 0.24% -
HSV(B) 40.8º 0.34% 0.29% -
XYZ 5.17 5.41 3.57 -
YUV 65.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 73 65 48 0 0.11 0.34 0.71 40.8 0.21 0.24
Hex 49 41 30 0 B 22 47 29 15 18
Octal 111 101 60 0 13 42 107 51 25 30
Binary 1001001 1000001 110000 0 1011 100010 1000111 101001 10101 11000

Color Harmonies of #494130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494130

Black with #494130

Text Example


Text Example

White with #494130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494130; }

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

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

background-color css

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

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

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

border-color css

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

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

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