#463202

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

Shades of Mikado #463202

Tints of Mikado #463202

Color information

#463202 (or 0x463202) is unknown color: approx Mikado. HEX triplet: 46, 32 and 02. RGB value is (70,50,2). Sum of RGB (Red+Green+Blue) = 70+50+2=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #463202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463202 is #B9CDFD. Grayscale: #323232. Windows color (decimal): -12176894 or 143942. OLE color: 143942.

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

Color convert

RGB70502-
CMYK00.290.970.73
HSL42.35º94.44%14.12%-
HSV(B)42.35º97.14%27.45%-
XYZ3.683.590.56-
YUV50.51100.63141.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.38%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=57.38%
G=40.98%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7050200.290.970.7342.3594.4414.12
Hex4632201D61492a5ee
Octal1066220351411115213616
Binary1000110110010100111011100001100100110101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463202; }

 p { color: rgb(70,50,2); }

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

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

 a { background-color: rgb(70,50,2); }

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

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

 span { border-color: rgb(70,50,2); }

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