#463601

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

Shades of Madras #463601

Tints of Madras #463601

Color information

#463601 (or 0x463601) is unknown color: approx Madras. HEX triplet: 46, 36 and 01. RGB value is (70,54,1). Sum of RGB (Red+Green+Blue) = 70+54+1=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #463601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463601 is #B9C9FE. Grayscale: #343434. Windows color (decimal): -12175871 or 79430. OLE color: 79430.

HSL color Cylindrical-coordinate representation of color #463601: hue angle of 46.09º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #463601 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB70541-
CMYK00.230.990.73
HSL46.09º97.18%13.92%-
HSV(B)46.09º98.57%27.45%-
XYZ3.853.940.59-
YUV52.7498.8140.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56%
GREEN value IS 54 (21.48% from 255) = 43.2%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=56%
G=43.2%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7054100.230.990.7346.0997.1813.92
Hex4636101763492e61e
Octal1066610271431115614116
Binary100011011011010101111100011100100110111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463601; }

 p { color: rgb(70,54,1); }

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

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

 a { background-color: rgb(70,54,1); }

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

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

 span { border-color: rgb(70,54,1); }

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