Html Css Color HEX #463F2E Onion

📋 copy color: '#463F2E'

red 70 ◦ green 63 ◦ blue 46

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

Shades of Onion #463F2E

Tints of Onion #463F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.7%

R = 39.11%
G = 35.2%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#463F2E (or 0x463F2E) is known color: Onion. HEX triplet: 46, 3F and 2E. RGB value is (70,63,46). Sum of RGB (Red+Green+Blue) = 70+63+46=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 70 - color contains mainly: red. Hex color #463F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F2E is #B9C0D1. Grayscale: #3F3F3F. Windows color (decimal): -12173522 or 3030854. OLE color: 3030854.

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

Color convert

RGB 70 63 46 -
CMYK 0 0.10 0.34 0.73
HSL 42.5º 0.21% 0.23% -
HSV(B) 42.5º 0.34% 0.27% -
XYZ 4.8 5.05 3.31 -
YUV 63.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 70 63 46 0 0.10 0.34 0.73 42.5 0.21 0.23
Hex 46 3F 2E 0 A 22 49 2A 15 17
Octal 106 77 56 0 12 42 111 52 25 27
Binary 1000110 111111 101110 0 1010 100010 1001001 101010 10101 10111

Color Harmonies of #463F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F2E

Black with #463F2E

Text Example


Text Example

White with #463F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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