#463503

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

Shades of Madras #463503

Tints of Madras #463503

Color information

#463503 (or 0x463503) is unknown color: approx Madras. HEX triplet: 46, 35 and 03. RGB value is (70,53,3). Sum of RGB (Red+Green+Blue) = 70+53+3=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #463503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463503 is #B9CAFC. Grayscale: #343434. Windows color (decimal): -12176125 or 210246. OLE color: 210246.

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

Color convert

RGB70533-
CMYK00.240.960.73
HSL44.78º91.78%14.31%-
HSV(B)44.78º95.71%27.45%-
XYZ3.823.850.63-
YUV52.38100.13140.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.56%
GREEN value IS 53 (21.09% from 255) = 42.06%
BLUE value IS 3 (1.56% from 255) = 2.38%
R=55.56%
G=42.06%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7053300.240.960.7344.7891.7814.31
Hex4635301860492d5ce
Octal1066530301401115513416
Binary1000110110101110110001100000100100110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463503; }

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

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

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

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

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

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

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

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