#46350C

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

Shades of Mikado #46350C

Tints of Mikado #46350C

Color information

#46350C (or 0x46350C) is unknown color: approx Mikado. HEX triplet: 46, 35 and 0C. RGB value is (70,53,12). Sum of RGB (Red+Green+Blue) = 70+53+12=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #46350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46350C is #B9CAF3. Grayscale: #353535. Windows color (decimal): -12176116 or 800070. OLE color: 800070.

HSL color Cylindrical-coordinate representation of color #46350C: hue angle of 42.41º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46350C is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB705312-
CMYK00.240.830.73
HSL42.41º70.73%16.08%-
HSV(B)42.41º82.86%27.45%-
XYZ3.873.870.89-
YUV53.41104.63139.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.85%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 12 (5.08% from 255) = 8.89%
R=51.85%
G=39.26%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70531200.240.830.7342.4170.7316.08
Hex4635C01853492a4710
Octal10665140301231115210720
Binary1000110110101110001100010100111001001101010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46350C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46350C; }

 p { color: rgb(70,53,12); }

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

<style>
 a { background-color: #46350C; }

 a { background-color: rgb(70,53,12); }

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

<style>
 span { border-color: #46350C; }

 span { border-color: rgb(70,53,12); }

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