#403218

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

Shades of Mikado #403218

Tints of Mikado #403218

Color information

#403218 (or 0x403218) is unknown color: approx Mikado. HEX triplet: 40, 32 and 18. RGB value is (64,50,24). Sum of RGB (Red+Green+Blue) = 64+50+24=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #403218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403218 is #BFCDE7. Grayscale: #333333. Windows color (decimal): -12570088 or 1585728. OLE color: 1585728.

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

Color convert

RGB645024-
CMYK00.220.620.75
HSL39º45.45%17.25%-
HSV(B)39º62.5%25.1%-
XYZ3.423.441.35-
YUV51.22112.64137.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 24 (9.77% from 255) = 17.39%
R=46.38%
G=36.23%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64502400.220.620.753945.4517.25
Hex4032180163E4B272d11
Octal100623002676113475521
Binary100000011001011000010110111110100101110011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403218; }

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

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

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

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

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

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

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

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