Html Css Color HEX #463C20 Madras

📋 copy color: '#463C20'

red 70 ◦ green 60 ◦ blue 32

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

Shades of Madras #463C20

Tints of Madras #463C20

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.04%

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

R = 43.21%
G = 37.04%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#463C20 (or 0x463C20) is known color: Madras. HEX triplet: 46, 3C and 20. RGB value is (70,60,32). Sum of RGB (Red+Green+Blue) = 70+60+32=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #463C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C20 is #B9C3DF. Grayscale: #3B3B3B. Windows color (decimal): -12174304 or 2112582. OLE color: 2112582.

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

Color convert

RGB 70 60 32 -
CMYK 0 0.14 0.54 0.73
HSL 44.21º 0.37% 0.2% -
HSV(B) 44.21º 0.54% 0.27% -
XYZ 4.4 4.64 2.03 -
YUV 59.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 70 60 32 0 0.14 0.54 0.73 44.21 0.37 0.2
Hex 46 3C 20 0 E 36 49 2C 25 14
Octal 106 74 40 0 16 66 111 54 45 24
Binary 1000110 111100 100000 0 1110 110110 1001001 101100 100101 10100

Color Harmonies of #463C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C20

Black with #463C20

Text Example


Text Example

White with #463C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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