Html Css Color HEX #46402C Onion

📋 copy color: '#46402C'

red 70 ◦ green 64 ◦ blue 44

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

Shades of Onion #46402C

Tints of Onion #46402C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.72%

R = 39.33%
G = 35.96%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#46402C (or 0x46402C) is known color: Onion. HEX triplet: 46, 40 and 2C. RGB value is (70,64,44). Sum of RGB (Red+Green+Blue) = 70+64+44=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 70 - color contains mainly: red. Hex color #46402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46402C is #B9BFD3. Grayscale: #3F3F3F. Windows color (decimal): -12173268 or 2900038. OLE color: 2900038.

HSL color Cylindrical-coordinate representation of color #46402C: hue angle of 46.15º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #46402C is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 64 44 -
CMYK 0 0.09 0.37 0.73
HSL 46.15º 0.23% 0.22% -
HSV(B) 46.15º 0.37% 0.27% -
XYZ 4.81 5.15 3.12 -
YUV 63.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 70 64 44 0 0.09 0.37 0.73 46.15 0.23 0.22
Hex 46 40 2C 0 9 25 49 2E 17 16
Octal 106 100 54 0 11 45 111 56 27 26
Binary 1000110 1000000 101100 0 1001 100101 1001001 101110 10111 10110

Color Harmonies of #46402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46402C

Black with #46402C

Text Example


Text Example

White with #46402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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