#403822

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

Shades of Mikado #403822

Tints of Mikado #403822

Color information

#403822 (or 0x403822) is unknown color: approx Mikado. HEX triplet: 40, 38 and 22. RGB value is (64,56,34). Sum of RGB (Red+Green+Blue) = 64+56+34=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #403822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403822 is #BFC7DD. Grayscale: #373737. Windows color (decimal): -12568542 or 2242624. OLE color: 2242624.

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

Color convert

RGB645634-
CMYK00.130.470.75
HSL44º30.61%19.22%-
HSV(B)44º46.88%25.1%-
XYZ3.824.032.09-
YUV55.88115.65133.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 56 (22.27% from 255) = 36.36%
BLUE value IS 34 (13.67% from 255) = 22.08%
R=41.56%
G=36.36%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64563400.130.470.754430.6119.22
Hex4038220D2F4B2c1f13
Octal100704201557113543723
Binary10000001110001000100110110111110010111011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403822; }

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

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

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

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

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

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

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

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