Html Css Color HEX #463D2A Onion

📋 copy color: '#463D2A'

red 70 ◦ green 61 ◦ blue 42

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

Shades of Onion #463D2A

Tints of Onion #463D2A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.26%

 BLUE value IS 42 (16.8% from 255) = 24.28%

R = 40.46%
G = 35.26%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#463D2A (or 0x463D2A) is known color: Onion. HEX triplet: 46, 3D and 2A. RGB value is (70,61,42). Sum of RGB (Red+Green+Blue) = 70+61+42=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #463D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D2A is #B9C2D5. Grayscale: #3D3D3D. Windows color (decimal): -12174038 or 2768198. OLE color: 2768198.

HSL color Cylindrical-coordinate representation of color #463D2A: hue angle of 40.71º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #463D2A is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 61 42 -
CMYK 0 0.13 0.40 0.73
HSL 40.71º 0.25% 0.22% -
HSV(B) 40.71º 0.4% 0.27% -
XYZ 4.61 4.81 2.88 -
YUV 61.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 70 61 42 0 0.13 0.40 0.73 40.71 0.25 0.22
Hex 46 3D 2A 0 D 28 49 29 19 16
Octal 106 75 52 0 15 50 111 51 31 26
Binary 1000110 111101 101010 0 1101 101000 1001001 101001 11001 10110

Color Harmonies of #463D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463D2A

Black with #463D2A

Text Example


Text Example

White with #463D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463D2A; }

 p { color: rgb(70,61,42); }

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

background-color css

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

 a { background-color: rgb(70,61,42); }

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

border-color css

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

 span { border-color: rgb(70,61,42); }

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