#463005

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

Shades of Mikado #463005

Tints of Mikado #463005

Color information

#463005 (or 0x463005) is unknown color: approx Mikado. HEX triplet: 46, 30 and 05. RGB value is (70,48,5). Sum of RGB (Red+Green+Blue) = 70+48+5=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #463005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463005 is #B9CFFA. Grayscale: #313131. Windows color (decimal): -12177403 or 340038. OLE color: 340038.

HSL color Cylindrical-coordinate representation of color #463005: hue angle of 39.69º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #463005 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB70485-
CMYK00.310.930.73
HSL39.69º86.67%14.71%-
HSV(B)39.69º92.86%27.45%-
XYZ3.613.430.61-
YUV49.68102.79142.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.91%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 5 (2.34% from 255) = 4.07%
R=56.91%
G=39.02%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7048500.310.930.7339.6986.6714.71
Hex4630501F5D492857f
Octal1066050371351115012717
Binary10001101100001010111111011101100100110100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463005; }

 p { color: rgb(70,48,5); }

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

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

 a { background-color: rgb(70,48,5); }

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

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

 span { border-color: rgb(70,48,5); }

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