#46340D

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

Shades of Mikado #46340D

Tints of Mikado #46340D

Color information

#46340D (or 0x46340D) is unknown color: approx Mikado. HEX triplet: 46, 34 and 0D. RGB value is (70,52,13). Sum of RGB (Red+Green+Blue) = 70+52+13=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #46340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46340D is #B9CBF2. Grayscale: #353535. Windows color (decimal): -12176371 or 865350. OLE color: 865350.

HSL color Cylindrical-coordinate representation of color #46340D: hue angle of 41.05º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46340D is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB705213-
CMYK00.260.810.73
HSL41.05º68.67%16.27%-
HSV(B)41.05º81.43%27.45%-
XYZ3.833.790.91-
YUV52.94105.46140.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.85%
GREEN value IS 52 (20.70% from 255) = 38.52%
BLUE value IS 13 (5.47% from 255) = 9.63%
R=51.85%
G=38.52%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70521300.260.810.7341.0568.6716.27
Hex4634D01A5149294510
Octal10664150321211115110520
Binary1000110110100110101101010100011001001101001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,52,13); }

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

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

 a { background-color: rgb(70,52,13); }

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

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

 span { border-color: rgb(70,52,13); }

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