Html Css Color HEX #464035 Onion

📋 copy color: '#464035'

red 70 ◦ green 64 ◦ blue 53

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

Shades of Onion #464035

Tints of Onion #464035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.34%

R = 37.43%
G = 34.22%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#464035 (or 0x464035) is known color: Onion. HEX triplet: 46, 40 and 35. RGB value is (70,64,53). Sum of RGB (Red+Green+Blue) = 70+64+53=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #464035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464035 is #B9BFCA. Grayscale: #404040. Windows color (decimal): -12173259 or 3489862. OLE color: 3489862.

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

Color convert

RGB 70 64 53 -
CMYK 0 0.09 0.24 0.73
HSL 38.82º 0.14% 0.24% -
HSV(B) 38.82º 0.24% 0.27% -
XYZ 5 5.23 4.11 -
YUV 64.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 70 64 53 0 0.09 0.24 0.73 38.82 0.14 0.24
Hex 46 40 35 0 9 18 49 27 E 18
Octal 106 100 65 0 11 30 111 47 16 30
Binary 1000110 1000000 110101 0 1001 11000 1001001 100111 1110 11000

Color Harmonies of #464035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464035

Black with #464035

Text Example


Text Example

White with #464035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464035; }

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

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

background-color css

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

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

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

border-color css

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

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

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