#403522

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

Shades of Mikado #403522

Tints of Mikado #403522

Color information

#403522 (or 0x403522) is unknown color: approx Mikado. HEX triplet: 40, 35 and 22. RGB value is (64,53,34). Sum of RGB (Red+Green+Blue) = 64+53+34=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #403522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403522 is #BFCADD. Grayscale: #363636. Windows color (decimal): -12569310 or 2241856. OLE color: 2241856.

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

Color convert

RGB645334-
CMYK00.170.470.75
HSL38º30.61%19.22%-
HSV(B)38º46.88%25.1%-
XYZ3.683.752.04-
YUV54.12116.64135.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 53 (21.09% from 255) = 35.10%
BLUE value IS 34 (13.67% from 255) = 22.52%
R=42.38%
G=35.10%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64533400.170.470.753830.6119.22
Hex4035220112F4B261f13
Octal100654202157113463723
Binary100000011010110001001000110111110010111001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403522; }

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

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

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

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

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

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

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

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