#463409

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

Shades of Mikado #463409

Tints of Mikado #463409

Color information

#463409 (or 0x463409) is unknown color: approx Mikado. HEX triplet: 46, 34 and 09. RGB value is (70,52,9). Sum of RGB (Red+Green+Blue) = 70+52+9=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #463409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463409 is #B9CBF6. Grayscale: #343434. Windows color (decimal): -12176375 or 603206. OLE color: 603206.

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

Color convert

RGB70529-
CMYK00.260.870.73
HSL42.3º77.22%15.49%-
HSV(B)42.3º87.14%27.45%-
XYZ3.83.780.79-
YUV52.48103.46140.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.44%
GREEN value IS 52 (20.70% from 255) = 39.69%
BLUE value IS 9 (3.91% from 255) = 6.87%
R=53.44%
G=39.69%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7052900.260.870.7342.377.2215.49
Hex4634901A57492a4df
Octal10664110321271115211517
Binary100011011010010010110101010111100100110101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463409; }

 p { color: rgb(70,52,9); }

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

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

 a { background-color: rgb(70,52,9); }

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

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

 span { border-color: rgb(70,52,9); }

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