Html Css Color HEX #463D2D Onion

📋 copy color: '#463D2D'

red 70 ◦ green 61 ◦ blue 45

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

Shades of Onion #463D2D

Tints of Onion #463D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.57%

R = 39.77%
G = 34.66%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.73

RGB Variations

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

Color information

#463D2D (or 0x463D2D) is known color: Onion. HEX triplet: 46, 3D and 2D. RGB value is (70,61,45). Sum of RGB (Red+Green+Blue) = 70+61+45=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 70 - color contains mainly: red. Hex color #463D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D2D is #B9C2D2. Grayscale: #3D3D3D. Windows color (decimal): -12174035 or 2964806. OLE color: 2964806.

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

Color convert

RGB 70 61 45 -
CMYK 0 0.13 0.36 0.73
HSL 38.4º 0.22% 0.23% -
HSV(B) 38.4º 0.36% 0.27% -
XYZ 4.67 4.83 3.17 -
YUV 61.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 70 61 45 0 0.13 0.36 0.73 38.4 0.22 0.23
Hex 46 3D 2D 0 D 24 49 26 16 17
Octal 106 75 55 0 15 44 111 46 26 27
Binary 1000110 111101 101101 0 1101 100100 1001001 100110 10110 10111

Color Harmonies of #463D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463D2D

Black with #463D2D

Text Example


Text Example

White with #463D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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