#463B04

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

Shades of Madras #463B04

Tints of Madras #463B04

Color information

#463B04 (or 0x463B04) is unknown color: approx Madras. HEX triplet: 46, 3B and 04. RGB value is (70,59,4). Sum of RGB (Red+Green+Blue) = 70+59+4=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #463B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463B04 is #B9C4FB. Grayscale: #383838. Windows color (decimal): -12174588 or 277318. OLE color: 277318.

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

Color convert

RGB70594-
CMYK00.160.940.73
HSL50º89.19%14.51%-
HSV(B)50º94.29%27.45%-
XYZ4.114.440.75-
YUV56.0298.64137.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.63%
GREEN value IS 59 (23.44% from 255) = 44.36%
BLUE value IS 4 (1.95% from 255) = 3.01%
R=52.63%
G=44.36%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7059400.160.940.735089.1914.51
Hex463B40105E493259f
Octal1067340201361116213117
Binary10001101110111000100001011110100100111001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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