Html Css Color HEX #463B20 Madras

📋 copy color: '#463B20'

red 70 ◦ green 59 ◦ blue 32

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

Shades of Madras #463B20

Tints of Madras #463B20

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.65%

 BLUE value IS 32 (12.89% from 255) = 19.88%

R = 43.48%
G = 36.65%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#463B20 (or 0x463B20) is known color: Madras. HEX triplet: 46, 3B and 20. RGB value is (70,59,32). Sum of RGB (Red+Green+Blue) = 70+59+32=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #463B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B20 is #B9C4DF. Grayscale: #3B3B3B. Windows color (decimal): -12174560 or 2112326. OLE color: 2112326.

HSL color Cylindrical-coordinate representation of color #463B20: hue angle of 42.63º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #463B20 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 59 32 -
CMYK 0 0.16 0.54 0.73
HSL 42.63º 0.37% 0.2% -
HSV(B) 42.63º 0.54% 0.27% -
XYZ 4.35 4.53 2.01 -
YUV 59.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 70 59 32 0 0.16 0.54 0.73 42.63 0.37 0.2
Hex 46 3B 20 0 10 36 49 2B 25 14
Octal 106 73 40 0 20 66 111 53 45 24
Binary 1000110 111011 100000 0 10000 110110 1001001 101011 100101 10100

Color Harmonies of #463B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B20

Black with #463B20

Text Example


Text Example

White with #463B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,59,32); }

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

background-color css

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

 a { background-color: rgb(70,59,32); }

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

border-color css

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

 span { border-color: rgb(70,59,32); }

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