#463501

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

Shades of Madras #463501

Tints of Madras #463501

Color information

#463501 (or 0x463501) is unknown color: approx Madras. HEX triplet: 46, 35 and 01. RGB value is (70,53,1). Sum of RGB (Red+Green+Blue) = 70+53+1=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #463501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463501 is #B9CAFE. Grayscale: #343434. Windows color (decimal): -12176127 or 79174. OLE color: 79174.

HSL color Cylindrical-coordinate representation of color #463501: hue angle of 45.22º 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 #463501 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB70531-
CMYK00.240.990.73
HSL45.22º97.18%13.92%-
HSV(B)45.22º98.57%27.45%-
XYZ3.83.850.57-
YUV52.1599.13140.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.45%
GREEN value IS 53 (21.09% from 255) = 42.74%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=56.45%
G=42.74%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7053100.240.990.7345.2297.1813.92
Hex4635101863492d61e
Octal1066510301431115514116
Binary100011011010110110001100011100100110110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463501; }

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

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

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

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

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

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

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

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