#403213

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

Shades of Mikado #403213

Tints of Mikado #403213

Color information

#403213 (or 0x403213) is unknown color: approx Mikado. HEX triplet: 40, 32 and 13. RGB value is (64,50,19). Sum of RGB (Red+Green+Blue) = 64+50+19=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #403213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403213 is #BFCDEC. Grayscale: #323232. Windows color (decimal): -12570093 or 1258048. OLE color: 1258048.

HSL color Cylindrical-coordinate representation of color #403213: hue angle of 41.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403213 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB645019-
CMYK00.220.700.75
HSL41.33º54.22%16.27%-
HSV(B)41.33º70.31%25.1%-
XYZ3.373.421.1-
YUV50.65110.14137.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=48.12%
G=37.59%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64501900.220.700.7541.3354.2216.27
Hex403213016464B293610
Octal1006223026106113516620
Binary1000000110010100110101101000110100101110100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403213; }

 p { color: rgb(64,50,19); }

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

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

 a { background-color: rgb(64,50,19); }

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

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

 span { border-color: rgb(64,50,19); }

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