#46421A

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

Shades of Madras #46421A

Tints of Madras #46421A

Color information

#46421A (or 0x46421A) is unknown color: approx Madras. HEX triplet: 46, 42 and 1A. RGB value is (70,66,26). Sum of RGB (Red+Green+Blue) = 70+66+26=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #46421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46421A is #B9BDE5. Grayscale: #3E3E3E. Windows color (decimal): -12172774 or 1720902. OLE color: 1720902.

HSL color Cylindrical-coordinate representation of color #46421A: hue angle of 54.55º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46421A is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB706626-
CMYK00.060.630.73
HSL54.55º45.83%18.82%-
HSV(B)54.55º62.86%27.45%-
XYZ4.665.271.75-
YUV62.64107.33133.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 66 (26.17% from 255) = 40.74%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=43.21%
G=40.74%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70662600.060.630.7354.5545.8318.82
Hex46421A063F49372e13
Octal106102320677111675623
Binary10001101000010110100110111111100100111011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46421A; }

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

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

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

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

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

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

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

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