#463C0D

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

Shades of Madras #463C0D

Tints of Madras #463C0D

Color information

#463C0D (or 0x463C0D) is unknown color: approx Madras. HEX triplet: 46, 3C and 0D. RGB value is (70,60,13). Sum of RGB (Red+Green+Blue) = 70+60+13=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #463C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463C0D is #B9C3F2. Grayscale: #393939. Windows color (decimal): -12174323 or 867398. OLE color: 867398.

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

Color convert

RGB706013-
CMYK00.140.810.73
HSL49.47º68.67%16.27%-
HSV(B)49.47º81.43%27.45%-
XYZ4.214.561.04-
YUV57.63102.81136.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 60 (23.83% from 255) = 41.96%
BLUE value IS 13 (5.47% from 255) = 9.09%
R=48.95%
G=41.96%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70601300.140.810.7349.4768.6716.27
Hex463CD0E5149314510
Octal10674150161211116110520
Binary100011011110011010111010100011001001110001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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