#463A03

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

Shades of Madras #463A03

Tints of Madras #463A03

Color information

#463A03 (or 0x463A03) is unknown color: approx Madras. HEX triplet: 46, 3A and 03. RGB value is (70,58,3). Sum of RGB (Red+Green+Blue) = 70+58+3=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #463A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A03 is #B9C5FC. Grayscale: #373737. Windows color (decimal): -12174845 or 211526. OLE color: 211526.

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

Color convert

RGB70583-
CMYK00.170.960.73
HSL49.25º91.78%14.31%-
HSV(B)49.25º95.71%27.45%-
XYZ4.064.330.71-
YUV55.3298.48138.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.44%
GREEN value IS 58 (23.05% from 255) = 44.27%
BLUE value IS 3 (1.56% from 255) = 2.29%
R=53.44%
G=44.27%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7058300.170.960.7349.2591.7814.31
Hex463A30116049315ce
Octal1067230211401116113416
Binary1000110111010110100011100000100100111000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,58,3); }

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

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

 a { background-color: rgb(70,58,3); }

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

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

 span { border-color: rgb(70,58,3); }

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