Html Css Color HEX #464031 Onion

📋 copy color: '#464031'

red 70 ◦ green 64 ◦ blue 49

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

Shades of Onion #464031

Tints of Onion #464031

RGB

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

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

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

R = 38.25%
G = 34.97%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#464031 (or 0x464031) is known color: Onion. HEX triplet: 46, 40 and 31. RGB value is (70,64,49). Sum of RGB (Red+Green+Blue) = 70+64+49=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 70 - color contains mainly: red. Hex color #464031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464031 is #B9BFCE. Grayscale: #404040. Windows color (decimal): -12173263 or 3227718. OLE color: 3227718.

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

Color convert

RGB 70 64 49 -
CMYK 0 0.09 0.30 0.73
HSL 42.86º 0.18% 0.23% -
HSV(B) 42.86º 0.3% 0.27% -
XYZ 4.91 5.19 3.65 -
YUV 64.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 70 64 49 0 0.09 0.30 0.73 42.86 0.18 0.23
Hex 46 40 31 0 9 1E 49 2B 12 17
Octal 106 100 61 0 11 36 111 53 22 27
Binary 1000110 1000000 110001 0 1001 11110 1001001 101011 10010 10111

Color Harmonies of #464031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464031

Black with #464031

Text Example


Text Example

White with #464031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464031; }

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

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

background-color css

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

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

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

border-color css

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

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

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