#463100

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

Shades of Mikado #463100

Tints of Mikado #463100

Color information

#463100 (or 0x463100) is unknown color: approx Mikado. HEX triplet: 46, 31 and 00. RGB value is (70,49,0). Sum of RGB (Red+Green+Blue) = 70+49+0=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #463100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463100 is #B9CEFF. Grayscale: #313131. Windows color (decimal): -12177152 or 12614. OLE color: 12614.

HSL color Cylindrical-coordinate representation of color #463100: hue angle of 42º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #463100 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB70490-
CMYK00.3010.73
HSL42º100%13.73%-
HSV(B)42º100%27.45%-
XYZ3.623.50.48-
YUV49.6999.96142.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.82%
GREEN value IS 49 (19.53% from 255) = 41.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.82%
G=41.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7049000.3010.734210013.73
Hex4631001E64492a64e
Octal1066100361441115214416
Binary100011011000100111101100100100100110101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463100; }

 p { color: rgb(70,49,0); }

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

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

 a { background-color: rgb(70,49,0); }

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

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

 span { border-color: rgb(70,49,0); }

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