#463307

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

Shades of Mikado #463307

Tints of Mikado #463307

Color information

#463307 (or 0x463307) is unknown color: approx Mikado. HEX triplet: 46, 33 and 07. RGB value is (70,51,7). Sum of RGB (Red+Green+Blue) = 70+51+7=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #463307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463307 is #B9CCF8. Grayscale: #333333. Windows color (decimal): -12176633 or 471878. OLE color: 471878.

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

Color convert

RGB70517-
CMYK00.270.900.73
HSL41.9º81.82%15.1%-
HSV(B)41.9º90%27.45%-
XYZ3.753.690.71-
YUV51.66102.79141.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 51 (20.31% from 255) = 39.84%
BLUE value IS 7 (3.12% from 255) = 5.47%
R=54.69%
G=39.84%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7051700.270.900.7341.981.8215.1
Hex4633701B5A492a52f
Octal1066370331321115212217
Binary10001101100111110110111011010100100110101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463307; }

 p { color: rgb(70,51,7); }

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

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

 a { background-color: rgb(70,51,7); }

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

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

 span { border-color: rgb(70,51,7); }

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