#46391D

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

Shades of Mikado #46391D

Tints of Mikado #46391D

Color information

#46391D (or 0x46391D) is unknown color: approx Mikado. HEX triplet: 46, 39 and 1D. RGB value is (70,57,29). Sum of RGB (Red+Green+Blue) = 70+57+29=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #46391D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46391D is #B9C6E2. Grayscale: #393939. Windows color (decimal): -12175075 or 1915206. OLE color: 1915206.

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

Color convert

RGB705729-
CMYK00.190.590.73
HSL40.98º41.41%19.41%-
HSV(B)40.98º58.57%27.45%-
XYZ4.214.321.77-
YUV57.69111.81136.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 29 (11.72% from 255) = 18.59%
R=44.87%
G=36.54%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70572900.190.590.7340.9841.4119.41
Hex46391D0133B49292913
Octal106713502373111515123
Binary100011011100111101010011111011100100110100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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