#403921

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

Shades of Mikado #403921

Tints of Mikado #403921

Color information

#403921 (or 0x403921) is unknown color: approx Mikado. HEX triplet: 40, 39 and 21. RGB value is (64,57,33). Sum of RGB (Red+Green+Blue) = 64+57+33=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #403921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403921 is #BFC6DE. Grayscale: #383838. Windows color (decimal): -12568287 or 2177344. OLE color: 2177344.

HSL color Cylindrical-coordinate representation of color #403921: hue angle of 46.45º 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 #403921 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB645733-
CMYK00.110.480.75
HSL46.45º31.96%19.02%-
HSV(B)46.45º48.44%25.1%-
XYZ3.854.132.03-
YUV56.36114.82133.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 57 (22.66% from 255) = 37.01%
BLUE value IS 33 (13.28% from 255) = 21.43%
R=41.56%
G=37.01%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64573300.110.480.7546.4531.9619.02
Hex4039210B304B2e2013
Octal100714101360113564023
Binary100000011100110000101011110000100101110111010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403921; }

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

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

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

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

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

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

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

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