#463A06

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

Shades of Madras #463A06

Tints of Madras #463A06

Color information

#463A06 (or 0x463A06) is unknown color: approx Madras. HEX triplet: 46, 3A and 06. RGB value is (70,58,6). Sum of RGB (Red+Green+Blue) = 70+58+6=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #463A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A06 is #B9C5F9. Grayscale: #373737. Windows color (decimal): -12174842 or 408134. OLE color: 408134.

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

Color convert

RGB70586-
CMYK00.170.910.73
HSL48.75º84.21%14.9%-
HSV(B)48.75º91.43%27.45%-
XYZ4.074.340.8-
YUV55.6699.98138.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 58 (23.05% from 255) = 43.28%
BLUE value IS 6 (2.73% from 255) = 4.48%
R=52.24%
G=43.28%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7058600.170.910.7348.7584.2114.9
Hex463A60115B493154f
Octal1067260211331116112417
Binary10001101110101100100011011011100100111000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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