#463C27

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

Shades of Madras #463C27

Tints of Madras #463C27

Color information

#463C27 (or 0x463C27) is unknown color: approx Madras. HEX triplet: 46, 3C and 27. RGB value is (70,60,39). Sum of RGB (Red+Green+Blue) = 70+60+39=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #463C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C27 is #B9C3D8. Grayscale: #3C3C3C. Windows color (decimal): -12174297 or 2571334. OLE color: 2571334.

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

Color convert

RGB706039-
CMYK00.140.440.73
HSL40.65º28.44%21.37%-
HSV(B)40.65º44.29%27.45%-
XYZ4.514.682.59-
YUV60.6115.81134.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.42%
GREEN value IS 60 (23.83% from 255) = 35.50%
BLUE value IS 39 (15.62% from 255) = 23.08%
R=41.42%
G=35.50%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70603900.140.440.7340.6528.4421.37
Hex463C270E2C49291c15
Octal106744701654111513425
Binary10001101111001001110111010110010010011010011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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