Html Css Color HEX #493E2A Onion

📋 copy color: '#493E2A'

red 73 ◦ green 62 ◦ blue 42

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

Shades of Onion #493E2A

Tints of Onion #493E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.03%

 BLUE value IS 42 (16.8% from 255) = 23.73%

R = 41.24%
G = 35.03%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#493E2A (or 0x493E2A) is known color: Onion. HEX triplet: 49, 3E and 2A. RGB value is (73,62,42). Sum of RGB (Red+Green+Blue) = 73+62+42=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #493E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E2A is #B6C1D5. Grayscale: #3F3F3F. Windows color (decimal): -11977174 or 2768457. OLE color: 2768457.

HSL color Cylindrical-coordinate representation of color #493E2A: hue angle of 38.71º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #493E2A is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 62 42 -
CMYK 0 0.15 0.42 0.71
HSL 38.71º 0.27% 0.23% -
HSV(B) 38.71º 0.42% 0.29% -
XYZ 4.89 5.03 2.9 -
YUV 63.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 73 62 42 0 0.15 0.42 0.71 38.71 0.27 0.23
Hex 49 3E 2A 0 F 2A 47 27 1B 17
Octal 111 76 52 0 17 52 107 47 33 27
Binary 1001001 111110 101010 0 1111 101010 1000111 100111 11011 10111

Color Harmonies of #493E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E2A

Black with #493E2A

Text Example


Text Example

White with #493E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493E2A; }

 p { color: rgb(73,62,42); }

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

background-color css

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

 a { background-color: rgb(73,62,42); }

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

border-color css

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

 span { border-color: rgb(73,62,42); }

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