#46360C

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

Shades of Mikado #46360C

Tints of Mikado #46360C

Color information

#46360C (or 0x46360C) is unknown color: approx Mikado. HEX triplet: 46, 36 and 0C. RGB value is (70,54,12). Sum of RGB (Red+Green+Blue) = 70+54+12=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46360C is #B9C9F3. Grayscale: #363636. Windows color (decimal): -12175860 or 800326. OLE color: 800326.

HSL color Cylindrical-coordinate representation of color #46360C: hue angle of 43.45º 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 #46360C is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB705412-
CMYK00.230.830.73
HSL43.45º70.73%16.08%-
HSV(B)43.45º82.86%27.45%-
XYZ3.913.970.91-
YUV54104.3139.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.47%
GREEN value IS 54 (21.48% from 255) = 39.71%
BLUE value IS 12 (5.08% from 255) = 8.82%
R=51.47%
G=39.71%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70541200.230.830.7343.4570.7316.08
Hex4636C01753492b4710
Octal10666140271231115310720
Binary1000110110110110001011110100111001001101011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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