#463502

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

Shades of Madras #463502

Tints of Madras #463502

Color information

#463502 (or 0x463502) is unknown color: approx Madras. HEX triplet: 46, 35 and 02. RGB value is (70,53,2). Sum of RGB (Red+Green+Blue) = 70+53+2=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #463502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463502 is #B9CAFD. Grayscale: #343434. Windows color (decimal): -12176126 or 144710. OLE color: 144710.

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

Color convert

RGB70532-
CMYK00.240.970.73
HSL45º94.44%14.12%-
HSV(B)45º97.14%27.45%-
XYZ3.813.850.6-
YUV52.2799.63140.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56%
GREEN value IS 53 (21.09% from 255) = 42.4%
BLUE value IS 2 (1.17% from 255) = 1.6%
R=56%
G=42.4%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7053200.240.970.734594.4414.12
Hex4635201861492d5ee
Octal1066520301411115513616
Binary1000110110101100110001100001100100110110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463502; }

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

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

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

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

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

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

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

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