#464213

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

Shades of Madras #464213

Tints of Madras #464213

Color information

#464213 (or 0x464213) is unknown color: approx Madras. HEX triplet: 46, 42 and 13. RGB value is (70,66,19). Sum of RGB (Red+Green+Blue) = 70+66+19=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #464213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464213 is #B9BDEC. Grayscale: #3E3E3E. Windows color (decimal): -12172781 or 1262150. OLE color: 1262150.

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

Color convert

RGB706619-
CMYK00.060.730.73
HSL55.29º57.3%17.45%-
HSV(B)55.29º72.86%27.45%-
XYZ4.595.251.39-
YUV61.84103.83133.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 19 (7.81% from 255) = 12.26%
R=45.16%
G=42.58%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70661900.060.730.7355.2957.317.45
Hex464213064949373911
Octal1061022306111111677121
Binary100011010000101001101101001001100100111011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464213; }

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

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

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

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

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

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

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

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