#46381D

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

Shades of Mikado #46381D

Tints of Mikado #46381D

Color information

#46381D (or 0x46381D) is unknown color: approx Mikado. HEX triplet: 46, 38 and 1D. RGB value is (70,56,29). Sum of RGB (Red+Green+Blue) = 70+56+29=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #46381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46381D is #B9C7E2. Grayscale: #393939. Windows color (decimal): -12175331 or 1914950. OLE color: 1914950.

HSL color Cylindrical-coordinate representation of color #46381D: hue angle of 39.51º 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 #46381D is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB705629-
CMYK00.200.590.73
HSL39.51º41.41%19.41%-
HSV(B)39.51º58.57%27.45%-
XYZ4.164.221.76-
YUV57.11112.14137.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 56 (22.27% from 255) = 36.13%
BLUE value IS 29 (11.72% from 255) = 18.71%
R=45.16%
G=36.13%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70562900.200.590.7339.5141.4119.41
Hex46381D0143B49282913
Octal106703502473111505123
Binary100011011100011101010100111011100100110100010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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