#403821

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

Shades of Mikado #403821

Tints of Mikado #403821

Color information

#403821 (or 0x403821) is unknown color: approx Mikado. HEX triplet: 40, 38 and 21. RGB value is (64,56,33). Sum of RGB (Red+Green+Blue) = 64+56+33=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #403821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403821 is #BFC7DE. Grayscale: #373737. Windows color (decimal): -12568543 or 2177088. OLE color: 2177088.

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

Color convert

RGB645633-
CMYK00.130.480.75
HSL44.52º31.96%19.02%-
HSV(B)44.52º48.44%25.1%-
XYZ3.84.032.02-
YUV55.77115.15133.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.83%
GREEN value IS 56 (22.27% from 255) = 36.60%
BLUE value IS 33 (13.28% from 255) = 21.57%
R=41.83%
G=36.60%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64563300.130.480.7544.5231.9619.02
Hex4038210D304B2d2013
Octal100704101560113554023
Binary100000011100010000101101110000100101110110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403821; }

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

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

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

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

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

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

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

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