#463C04

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

Shades of Madras #463C04

Tints of Madras #463C04

Color information

#463C04 (or 0x463C04) is unknown color: approx Madras. HEX triplet: 46, 3C and 04. RGB value is (70,60,4). Sum of RGB (Red+Green+Blue) = 70+60+4=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 60 (23.83% from 255 or 44.78% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #463C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463C04 is #B9C3FB. Grayscale: #383838. Windows color (decimal): -12174332 or 277574. OLE color: 277574.

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

Color convert

RGB70604-
CMYK00.140.940.73
HSL50.91º89.19%14.51%-
HSV(B)50.91º94.29%27.45%-
XYZ4.164.540.77-
YUV56.6198.31137.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 60 (23.83% from 255) = 44.78%
BLUE value IS 4 (1.95% from 255) = 2.99%
R=52.24%
G=44.78%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7060400.140.940.7350.9189.1914.51
Hex463C40E5E493359f
Octal1067440161361116313117
Binary1000110111100100011101011110100100111001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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