#46421E

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

Shades of Madras #46421E

Tints of Madras #46421E

Color information

#46421E (or 0x46421E) is unknown color: approx Madras. HEX triplet: 46, 42 and 1E. RGB value is (70,66,30). Sum of RGB (Red+Green+Blue) = 70+66+30=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #46421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46421E is #B9BDE1. Grayscale: #3F3F3F. Windows color (decimal): -12172770 or 1983046. OLE color: 1983046.

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

Color convert

RGB706630-
CMYK00.060.570.73
HSL54º40%19.61%-
HSV(B)54º57.14%27.45%-
XYZ4.715.292-
YUV63.09109.33132.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 66 (26.17% from 255) = 39.76%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=42.17%
G=39.76%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70663000.060.570.73544019.61
Hex46421E063949362814
Octal106102360671111665024
Binary10001101000010111100110111001100100111011010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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