Html Css Color HEX #493F2C Onion

📋 copy color: '#493F2C'

red 73 ◦ green 63 ◦ blue 44

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

Shades of Onion #493F2C

Tints of Onion #493F2C

RGB

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

 GREEN value IS 63 (25% from 255) = 35%

 BLUE value IS 44 (17.58% from 255) = 24.44%

R = 40.56%
G = 35%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#493F2C (or 0x493F2C) is known color: Onion. HEX triplet: 49, 3F and 2C. RGB value is (73,63,44). Sum of RGB (Red+Green+Blue) = 73+63+44=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #493F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F2C is #B6C0D3. Grayscale: #3F3F3F. Windows color (decimal): -11976916 or 2899785. OLE color: 2899785.

HSL color Cylindrical-coordinate representation of color #493F2C: hue angle of 39.31º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #493F2C is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 63 44 -
CMYK 0 0.14 0.40 0.71
HSL 39.31º 0.25% 0.23% -
HSV(B) 39.31º 0.4% 0.29% -
XYZ 4.98 5.15 3.12 -
YUV 63.82 116.81 134.54 -
System Red Green Blue C M Y K H S L
Decimal 73 63 44 0 0.14 0.40 0.71 39.31 0.25 0.23
Hex 49 3F 2C 0 E 28 47 27 19 17
Octal 111 77 54 0 16 50 107 47 31 27
Binary 1001001 111111 101100 0 1110 101000 1000111 100111 11001 10111

Color Harmonies of #493F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F2C

Black with #493F2C

Text Example


Text Example

White with #493F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,63,44); }

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

background-color css

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

 a { background-color: rgb(73,63,44); }

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

border-color css

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

 span { border-color: rgb(73,63,44); }

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