Html Css Color HEX #463A20 Madras

📋 copy color: '#463A20'

red 70 ◦ green 58 ◦ blue 32

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

Shades of Madras #463A20

Tints of Madras #463A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.25%

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

R = 43.75%
G = 36.25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#463A20 (or 0x463A20) is known color: Madras. HEX triplet: 46, 3A and 20. RGB value is (70,58,32). Sum of RGB (Red+Green+Blue) = 70+58+32=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #463A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A20 is #B9C5DF. Grayscale: #3A3A3A. Windows color (decimal): -12174816 or 2112070. OLE color: 2112070.

HSL color Cylindrical-coordinate representation of color #463A20: hue angle of 41.05º 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 #463A20 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 58 32 -
CMYK 0 0.17 0.54 0.73
HSL 41.05º 0.37% 0.2% -
HSV(B) 41.05º 0.54% 0.27% -
XYZ 4.3 4.43 2 -
YUV 58.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 70 58 32 0 0.17 0.54 0.73 41.05 0.37 0.2
Hex 46 3A 20 0 11 36 49 29 25 14
Octal 106 72 40 0 21 66 111 51 45 24
Binary 1000110 111010 100000 0 10001 110110 1001001 101001 100101 10100

Color Harmonies of #463A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A20

Black with #463A20

Text Example


Text Example

White with #463A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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