Html Css Color HEX #46402E Onion

📋 copy color: '#46402E'

red 70 ◦ green 64 ◦ blue 46

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

Shades of Onion #46402E

Tints of Onion #46402E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.56%

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

R = 38.89%
G = 35.56%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#46402E (or 0x46402E) is known color: Onion. HEX triplet: 46, 40 and 2E. RGB value is (70,64,46). Sum of RGB (Red+Green+Blue) = 70+64+46=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 70 - color contains mainly: red. Hex color #46402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46402E is #B9BFD1. Grayscale: #3F3F3F. Windows color (decimal): -12173266 or 3031110. OLE color: 3031110.

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

Color convert

RGB 70 64 46 -
CMYK 0 0.09 0.34 0.73
HSL 45º 0.21% 0.23% -
HSV(B) 45º 0.34% 0.27% -
XYZ 4.85 5.17 3.33 -
YUV 63.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 70 64 46 0 0.09 0.34 0.73 45 0.21 0.23
Hex 46 40 2E 0 9 22 49 2D 15 17
Octal 106 100 56 0 11 42 111 55 25 27
Binary 1000110 1000000 101110 0 1001 100010 1001001 101101 10101 10111

Color Harmonies of #46402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46402E

Black with #46402E

Text Example


Text Example

White with #46402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46402E; }

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

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

background-color css

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

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

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

border-color css

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

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

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