#464313

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

Shades of Madras #464313

Tints of Madras #464313

Color information

#464313 (or 0x464313) is unknown color: approx Madras. HEX triplet: 46, 43 and 13. RGB value is (70,67,19). Sum of RGB (Red+Green+Blue) = 70+67+19=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #464313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464313 is #B9BCEC. Grayscale: #3E3E3E. Windows color (decimal): -12172525 or 1262406. OLE color: 1262406.

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

Color convert

RGB706719-
CMYK00.040.730.73
HSL56.47º57.3%17.45%-
HSV(B)56.47º72.86%27.45%-
XYZ4.655.361.41-
YUV62.42103.49133.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 67 (26.56% from 255) = 42.95%
BLUE value IS 19 (7.81% from 255) = 12.18%
R=44.87%
G=42.95%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70671900.040.730.7356.4757.317.45
Hex464313044949383911
Octal1061032304111111707121
Binary100011010000111001101001001001100100111100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464313; }

 p { color: rgb(70,67,19); }

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

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

 a { background-color: rgb(70,67,19); }

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

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

 span { border-color: rgb(70,67,19); }

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