#46391E

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

Shades of Mikado #46391E

Tints of Mikado #46391E

Color information

#46391E (or 0x46391E) is unknown color: approx Mikado. HEX triplet: 46, 39 and 1E. RGB value is (70,57,30). Sum of RGB (Red+Green+Blue) = 70+57+30=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #46391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46391E is #B9C6E1. Grayscale: #393939. Windows color (decimal): -12175074 or 1980742. OLE color: 1980742.

HSL color Cylindrical-coordinate representation of color #46391E: hue angle of 40.5º 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 #46391E is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB705730-
CMYK00.190.570.73
HSL40.5º40%19.61%-
HSV(B)40.5º57.14%27.45%-
XYZ4.224.321.84-
YUV57.81112.31136.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=44.59%
G=36.31%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70573000.190.570.7340.54019.61
Hex46391E0133949282814
Octal106713602371111505024
Binary100011011100111110010011111001100100110100010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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