#46320A

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

Shades of Mikado #46320A

Tints of Mikado #46320A

Color information

#46320A (or 0x46320A) is unknown color: approx Mikado. HEX triplet: 46, 32 and 0A. RGB value is (70,50,10). Sum of RGB (Red+Green+Blue) = 70+50+10=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #46320A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46320A is #B9CDF5. Grayscale: #333333. Windows color (decimal): -12176886 or 668230. OLE color: 668230.

HSL color Cylindrical-coordinate representation of color #46320A: hue angle of 40º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46320A is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB705010-
CMYK00.290.860.73
HSL40º75%15.69%-
HSV(B)40º85.71%27.45%-
XYZ3.723.610.79-
YUV51.42104.63141.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 50 (19.92% from 255) = 38.46%
BLUE value IS 10 (4.30% from 255) = 7.69%
R=53.85%
G=38.46%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70501000.290.860.73407515.69
Hex4632A01D5649284b10
Octal10662120351261115011320
Binary1000110110010101001110110101101001001101000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46320A; }

 p { color: rgb(70,50,10); }

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

<style>
 a { background-color: #46320A; }

 a { background-color: rgb(70,50,10); }

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

<style>
 span { border-color: #46320A; }

 span { border-color: rgb(70,50,10); }

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