#463A12

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

Shades of Madras #463A12

Tints of Madras #463A12

Color information

#463A12 (or 0x463A12) is unknown color: approx Madras. HEX triplet: 46, 3A and 12. RGB value is (70,58,18). Sum of RGB (Red+Green+Blue) = 70+58+18=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #463A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A12 is #B9C5ED. Grayscale: #393939. Windows color (decimal): -12174830 or 1194566. OLE color: 1194566.

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

Color convert

RGB705818-
CMYK00.170.740.73
HSL46.15º59.09%17.25%-
HSV(B)46.15º74.29%27.45%-
XYZ4.154.371.2-
YUV57.03105.98137.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 58 (23.05% from 255) = 39.73%
BLUE value IS 18 (7.42% from 255) = 12.33%
R=47.95%
G=39.73%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70581800.170.740.7346.1559.0917.25
Hex463A120114A492e3b11
Octal1067222021112111567321
Binary1000110111010100100100011001010100100110111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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