#46421F

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

Shades of Madras #46421F

Tints of Madras #46421F

Color information

#46421F (or 0x46421F) is unknown color: approx Madras. HEX triplet: 46, 42 and 1F. RGB value is (70,66,31). Sum of RGB (Red+Green+Blue) = 70+66+31=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #46421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46421F is #B9BDE0. Grayscale: #3F3F3F. Windows color (decimal): -12172769 or 2048582. OLE color: 2048582.

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

Color convert

RGB706631-
CMYK00.060.560.73
HSL53.85º38.61%19.8%-
HSV(B)53.85º55.71%27.45%-
XYZ4.725.32.07-
YUV63.21109.83132.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=41.92%
G=39.52%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70663100.060.560.7353.8538.6119.8
Hex46421F063849362714
Octal106102370670111664724
Binary10001101000010111110110111000100100111011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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