#46340F

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

Shades of Mikado #46340F

Tints of Mikado #46340F

Color information

#46340F (or 0x46340F) is unknown color: approx Mikado. HEX triplet: 46, 34 and 0F. RGB value is (70,52,15). Sum of RGB (Red+Green+Blue) = 70+52+15=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #46340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46340F is #B9CBF0. Grayscale: #353535. Windows color (decimal): -12176369 or 996422. OLE color: 996422.

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

Color convert

RGB705215-
CMYK00.260.790.73
HSL40.36º64.71%16.67%-
HSV(B)40.36º78.57%27.45%-
XYZ3.843.790.98-
YUV53.16106.46140.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.09%
GREEN value IS 52 (20.70% from 255) = 37.96%
BLUE value IS 15 (6.25% from 255) = 10.95%
R=51.09%
G=37.96%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70521500.260.790.7340.3664.7116.67
Hex4634F01A4F49284111
Octal10664170321171115010121
Binary1000110110100111101101010011111001001101000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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