Html Css Color HEX #494127 Onion

📋 copy color: '#494127'

red 73 ◦ green 65 ◦ blue 39

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

Shades of Onion #494127

Tints of Onion #494127

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.72%

 BLUE value IS 39 (15.63% from 255) = 22.03%

R = 41.24%
G = 36.72%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#494127 (or 0x494127) is known color: Onion. HEX triplet: 49, 41 and 27. RGB value is (73,65,39). Sum of RGB (Red+Green+Blue) = 73+65+39=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #494127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494127 is #B6BED8. Grayscale: #404040. Windows color (decimal): -11976409 or 2572617. OLE color: 2572617.

HSL color Cylindrical-coordinate representation of color #494127: hue angle of 45.88º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #494127 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 65 39 -
CMYK 0 0.11 0.47 0.71
HSL 45.88º 0.3% 0.22% -
HSV(B) 45.88º 0.47% 0.29% -
XYZ 5 5.34 2.69 -
YUV 64.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 73 65 39 0 0.11 0.47 0.71 45.88 0.3 0.22
Hex 49 41 27 0 B 2F 47 2E 1E 16
Octal 111 101 47 0 13 57 107 56 36 26
Binary 1001001 1000001 100111 0 1011 101111 1000111 101110 11110 10110

Color Harmonies of #494127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494127

Black with #494127

Text Example


Text Example

White with #494127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494127; }

 p { color: rgb(73,65,39); }

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

background-color css

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

 a { background-color: rgb(73,65,39); }

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

border-color css

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

 span { border-color: rgb(73,65,39); }

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