#463C22

Color #463C22 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #463C22

Tints of Madras #463C22

Color information

#463C22 (or 0x463C22) is unknown color: approx Madras. HEX triplet: 46, 3C and 22. RGB value is (70,60,34). Sum of RGB (Red+Green+Blue) = 70+60+34=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #463C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C22 is #B9C3DD. Grayscale: #3C3C3C. Windows color (decimal): -12174302 or 2243654. OLE color: 2243654.

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

Color convert

RGB706034-
CMYK00.140.510.73
HSL43.33º34.62%20.39%-
HSV(B)43.33º51.43%27.45%-
XYZ4.434.652.18-
YUV60.03113.31135.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 60 (23.83% from 255) = 36.59%
BLUE value IS 34 (13.67% from 255) = 20.73%
R=42.68%
G=36.59%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70603400.140.510.7343.3334.6220.39
Hex463C220E33492b2314
Octal106744201663111534324
Binary100011011110010001001110110011100100110101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #463C22;
 }
 .AnyTagClassName
 {
   color: #463C22;
 }
</style>
background-color css

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

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

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

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

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

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