#403219

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

Shades of Mikado #403219

Tints of Mikado #403219

Color information

#403219 (or 0x403219) is unknown color: approx Mikado. HEX triplet: 40, 32 and 19. RGB value is (64,50,25). Sum of RGB (Red+Green+Blue) = 64+50+25=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #403219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403219 is #BFCDE6. Grayscale: #333333. Windows color (decimal): -12570087 or 1651264. OLE color: 1651264.

HSL color Cylindrical-coordinate representation of color #403219: hue angle of 38.46º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #403219 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB645025-
CMYK00.220.610.75
HSL38.46º43.82%17.45%-
HSV(B)38.46º60.94%25.1%-
XYZ3.433.441.4-
YUV51.34113.14137.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 25 (10.16% from 255) = 17.99%
R=46.04%
G=35.97%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64502500.220.610.7538.4643.8217.45
Hex4032190163D4B262c11
Octal100623102675113465421
Binary100000011001011001010110111101100101110011010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403219; }

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

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

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

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

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

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

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

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