#463921

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

Shades of Mikado #463921

Tints of Mikado #463921

Color information

#463921 (or 0x463921) is unknown color: approx Mikado. HEX triplet: 46, 39 and 21. RGB value is (70,57,33). Sum of RGB (Red+Green+Blue) = 70+57+33=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #463921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463921 is #B9C6DE. Grayscale: #3A3A3A. Windows color (decimal): -12175071 or 2177350. OLE color: 2177350.

HSL color Cylindrical-coordinate representation of color #463921: hue angle of 38.92º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #463921 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB705733-
CMYK00.190.530.73
HSL38.92º35.92%20.2%-
HSV(B)38.92º52.86%27.45%-
XYZ4.264.342.05-
YUV58.15113.81136.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 57 (22.66% from 255) = 35.62%
BLUE value IS 33 (13.28% from 255) = 20.62%
R=43.75%
G=35.62%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70573300.190.530.7338.9235.9220.2
Hex4639210133549272414
Octal106714102365111474424
Binary1000110111001100001010011110101100100110011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463921; }

 p { color: rgb(70,57,33); }

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

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

 a { background-color: rgb(70,57,33); }

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

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

 span { border-color: rgb(70,57,33); }

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