Html Css Color HEX #463E2E Onion

📋 copy color: '#463E2E'

red 70 ◦ green 62 ◦ blue 46

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

Shades of Onion #463E2E

Tints of Onion #463E2E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.83%

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

R = 39.33%
G = 34.83%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#463E2E (or 0x463E2E) is known color: Onion. HEX triplet: 46, 3E and 2E. RGB value is (70,62,46). Sum of RGB (Red+Green+Blue) = 70+62+46=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 70 - color contains mainly: red. Hex color #463E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E2E is #B9C1D1. Grayscale: #3E3E3E. Windows color (decimal): -12173778 or 3030598. OLE color: 3030598.

HSL color Cylindrical-coordinate representation of color #463E2E: hue angle of 40º 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 #463E2E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 62 46 -
CMYK 0 0.11 0.34 0.73
HSL 40º 0.21% 0.23% -
HSV(B) 40º 0.34% 0.27% -
XYZ 4.74 4.94 3.29 -
YUV 62.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 70 62 46 0 0.11 0.34 0.73 40 0.21 0.23
Hex 46 3E 2E 0 B 22 49 28 15 17
Octal 106 76 56 0 13 42 111 50 25 27
Binary 1000110 111110 101110 0 1011 100010 1001001 101000 10101 10111

Color Harmonies of #463E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E2E

Black with #463E2E

Text Example


Text Example

White with #463E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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