Html Css Color HEX #463F31 Onion

📋 copy color: '#463F31'

red 70 ◦ green 63 ◦ blue 49

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

Shades of Onion #463F31

Tints of Onion #463F31

RGB

 RED value IS 70 (27.73% from 255) = 38.46%

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

 BLUE value IS 49 (19.53% from 255) = 26.92%

R = 38.46%
G = 34.62%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#463F31 (or 0x463F31) is known color: Onion. HEX triplet: 46, 3F and 31. RGB value is (70,63,49). Sum of RGB (Red+Green+Blue) = 70+63+49=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 70 - color contains mainly: red. Hex color #463F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F31 is #B9C0CE. Grayscale: #3F3F3F. Windows color (decimal): -12173519 or 3227462. OLE color: 3227462.

HSL color Cylindrical-coordinate representation of color #463F31: hue angle of 40º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #463F31 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 63 49 -
CMYK 0 0.10 0.30 0.73
HSL 40º 0.18% 0.23% -
HSV(B) 40º 0.3% 0.27% -
XYZ 4.86 5.08 3.63 -
YUV 63.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 70 63 49 0 0.10 0.30 0.73 40 0.18 0.23
Hex 46 3F 31 0 A 1E 49 28 12 17
Octal 106 77 61 0 12 36 111 50 22 27
Binary 1000110 111111 110001 0 1010 11110 1001001 101000 10010 10111

Color Harmonies of #463F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F31

Black with #463F31

Text Example


Text Example

White with #463F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463F31; }

 p { color: rgb(70,63,49); }

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

background-color css

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

 a { background-color: rgb(70,63,49); }

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

border-color css

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

 span { border-color: rgb(70,63,49); }

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