Html Css Color HEX #494230 Onion

📋 copy color: '#494230'

red 73 ◦ green 66 ◦ blue 48

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

Shades of Onion #494230

Tints of Onion #494230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

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

R = 39.04%
G = 35.29%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#494230 (or 0x494230) is known color: Onion. HEX triplet: 49, 42 and 30. RGB value is (73,66,48). Sum of RGB (Red+Green+Blue) = 73+66+48=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #494230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494230 is #B6BDCF. Grayscale: #424242. Windows color (decimal): -11976144 or 3162697. OLE color: 3162697.

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

Color convert

RGB 73 66 48 -
CMYK 0 0.10 0.34 0.71
HSL 43.2º 0.21% 0.24% -
HSV(B) 43.2º 0.34% 0.29% -
XYZ 5.23 5.53 3.59 -
YUV 66.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 73 66 48 0 0.10 0.34 0.71 43.2 0.21 0.24
Hex 49 42 30 0 A 22 47 2B 15 18
Octal 111 102 60 0 12 42 107 53 25 30
Binary 1001001 1000010 110000 0 1010 100010 1000111 101011 10101 11000

Color Harmonies of #494230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494230

Black with #494230

Text Example


Text Example

White with #494230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494230; }

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

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

background-color css

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

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

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

border-color css

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

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

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