Html Css Color HEX #493F2D Onion

📋 copy color: '#493F2D'

red 73 ◦ green 63 ◦ blue 45

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

Shades of Onion #493F2D

Tints of Onion #493F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.86%

R = 40.33%
G = 34.81%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#493F2D (or 0x493F2D) is known color: Onion. HEX triplet: 49, 3F and 2D. RGB value is (73,63,45). Sum of RGB (Red+Green+Blue) = 73+63+45=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #493F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F2D is #B6C0D2. Grayscale: #404040. Windows color (decimal): -11976915 or 2965321. OLE color: 2965321.

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

Color convert

RGB 73 63 45 -
CMYK 0 0.14 0.38 0.71
HSL 38.57º 0.24% 0.23% -
HSV(B) 38.57º 0.38% 0.29% -
XYZ 5 5.16 3.22 -
YUV 63.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 73 63 45 0 0.14 0.38 0.71 38.57 0.24 0.23
Hex 49 3F 2D 0 E 26 47 27 18 17
Octal 111 77 55 0 16 46 107 47 30 27
Binary 1001001 111111 101101 0 1110 100110 1000111 100111 11000 10111

Color Harmonies of #493F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F2D

Black with #493F2D

Text Example


Text Example

White with #493F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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