Html Css Color HEX #494233 Onion

📋 copy color: '#494233'

red 73 ◦ green 66 ◦ blue 51

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

Shades of Onion #494233

Tints of Onion #494233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.84%

R = 38.42%
G = 34.74%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#494233 (or 0x494233) is known color: Onion. HEX triplet: 49, 42 and 33. RGB value is (73,66,51). Sum of RGB (Red+Green+Blue) = 73+66+51=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #494233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494233 is #B6BDCC. Grayscale: #424242. Windows color (decimal): -11976141 or 3359305. OLE color: 3359305.

HSL color Cylindrical-coordinate representation of color #494233: hue angle of 40.91º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #494233 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 66 51 -
CMYK 0 0.10 0.30 0.71
HSL 40.91º 0.18% 0.24% -
HSV(B) 40.91º 0.3% 0.29% -
XYZ 5.29 5.55 3.92 -
YUV 66.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 73 66 51 0 0.10 0.30 0.71 40.91 0.18 0.24
Hex 49 42 33 0 A 1E 47 29 12 18
Octal 111 102 63 0 12 36 107 51 22 30
Binary 1001001 1000010 110011 0 1010 11110 1000111 101001 10010 11000

Color Harmonies of #494233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494233

Black with #494233

Text Example


Text Example

White with #494233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494233; }

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

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

background-color css

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

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

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

border-color css

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

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

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