Html Css Color HEX #464034 Onion

📋 copy color: '#464034'

red 70 ◦ green 64 ◦ blue 52

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

Shades of Onion #464034

Tints of Onion #464034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.96%

R = 37.63%
G = 34.41%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#464034 (or 0x464034) is known color: Onion. HEX triplet: 46, 40 and 34. RGB value is (70,64,52). Sum of RGB (Red+Green+Blue) = 70+64+52=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 70 - color contains mainly: red. Hex color #464034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464034 is #B9BFCB. Grayscale: #404040. Windows color (decimal): -12173260 or 3424326. OLE color: 3424326.

HSL color Cylindrical-coordinate representation of color #464034: hue angle of 40º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #464034 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 64 52 -
CMYK 0 0.09 0.26 0.73
HSL 40º 0.15% 0.24% -
HSV(B) 40º 0.26% 0.27% -
XYZ 4.98 5.22 3.99 -
YUV 64.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 70 64 52 0 0.09 0.26 0.73 40 0.15 0.24
Hex 46 40 34 0 9 1A 49 28 F 18
Octal 106 100 64 0 11 32 111 50 17 30
Binary 1000110 1000000 110100 0 1001 11010 1001001 101000 1111 11000

Color Harmonies of #464034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464034

Black with #464034

Text Example


Text Example

White with #464034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464034; }

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

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

background-color css

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

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

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

border-color css

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

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

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