#46391B

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

Shades of Madras #46391B

Tints of Madras #46391B

Color information

#46391B (or 0x46391B) is unknown color: approx Madras. HEX triplet: 46, 39 and 1B. RGB value is (70,57,27). Sum of RGB (Red+Green+Blue) = 70+57+27=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #46391B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46391B is #B9C6E4. Grayscale: #393939. Windows color (decimal): -12175077 or 1784134. OLE color: 1784134.

HSL color Cylindrical-coordinate representation of color #46391B: hue angle of 41.86º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46391B is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB705727-
CMYK00.190.610.73
HSL41.86º44.33%19.02%-
HSV(B)41.86º61.43%27.45%-
XYZ4.194.311.65-
YUV57.47110.81136.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 57 (22.66% from 255) = 37.01%
BLUE value IS 27 (10.94% from 255) = 17.53%
R=45.45%
G=37.01%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70572700.190.610.7341.8644.3319.02
Hex46391B0133D492a2c13
Octal106713302375111525423
Binary100011011100111011010011111101100100110101010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46391B; }

 p { color: rgb(70,57,27); }

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

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

 a { background-color: rgb(70,57,27); }

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

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

 span { border-color: rgb(70,57,27); }

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