#403523

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

Shades of Mikado #403523

Tints of Mikado #403523

Color information

#403523 (or 0x403523) is unknown color: approx Mikado. HEX triplet: 40, 35 and 23. RGB value is (64,53,35). Sum of RGB (Red+Green+Blue) = 64+53+35=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #403523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403523 is #BFCADC. Grayscale: #363636. Windows color (decimal): -12569309 or 2307392. OLE color: 2307392.

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

Color convert

RGB645335-
CMYK00.170.450.75
HSL37.24º29.29%19.41%-
HSV(B)37.24º45.31%25.1%-
XYZ3.693.762.12-
YUV54.24117.14134.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 35 (14.06% from 255) = 23.03%
R=42.11%
G=34.87%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64533500.170.450.7537.2429.2919.41
Hex4035230112D4B251d13
Octal100654302155113453523
Binary100000011010110001101000110110110010111001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403523; }

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

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

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

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

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

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

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

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