#463308

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

Shades of Mikado #463308

Tints of Mikado #463308

Color information

#463308 (or 0x463308) is unknown color: approx Mikado. HEX triplet: 46, 33 and 08. RGB value is (70,51,8). Sum of RGB (Red+Green+Blue) = 70+51+8=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #463308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463308 is #B9CCF7. Grayscale: #333333. Windows color (decimal): -12176632 or 537414. OLE color: 537414.

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

Color convert

RGB70518-
CMYK00.270.890.73
HSL41.61º79.49%15.29%-
HSV(B)41.61º88.57%27.45%-
XYZ3.753.690.74-
YUV51.78103.29141-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.26%
GREEN value IS 51 (20.31% from 255) = 39.53%
BLUE value IS 8 (3.52% from 255) = 6.20%
R=54.26%
G=39.53%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7051800.270.890.7341.6179.4915.29
Hex4633801B59492a4ff
Octal10663100331311115211717
Binary100011011001110000110111011001100100110101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463308; }

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

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

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

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

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

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

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

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