#403421

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

Shades of Mikado #403421

Tints of Mikado #403421

Color information

#403421 (or 0x403421) is unknown color: approx Mikado. HEX triplet: 40, 34 and 21. RGB value is (64,52,33). Sum of RGB (Red+Green+Blue) = 64+52+33=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #403421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403421 is #BFCBDE. Grayscale: #353535. Windows color (decimal): -12569567 or 2176064. OLE color: 2176064.

HSL color Cylindrical-coordinate representation of color #403421: hue angle of 36.77º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #403421 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB645233-
CMYK00.190.480.75
HSL36.77º31.96%19.02%-
HSV(B)36.77º48.44%25.1%-
XYZ3.623.661.95-
YUV53.42116.48135.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.95%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=42.95%
G=34.90%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64523300.190.480.7536.7731.9619.02
Hex403421013304B252013
Octal100644102360113454023
Binary1000000110100100001010011110000100101110010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403421; }

 p { color: rgb(64,52,33); }

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

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

 a { background-color: rgb(64,52,33); }

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

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

 span { border-color: rgb(64,52,33); }

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