#403520

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

Shades of Mikado #403520

Tints of Mikado #403520

Color information

#403520 (or 0x403520) is unknown color: approx Mikado. HEX triplet: 40, 35 and 20. RGB value is (64,53,32). Sum of RGB (Red+Green+Blue) = 64+53+32=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #403520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403520 is #BFCADF. Grayscale: #353535. Windows color (decimal): -12569312 or 2110784. OLE color: 2110784.

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

Color convert

RGB645332-
CMYK00.170.500.75
HSL39.37º33.33%18.82%-
HSV(B)39.37º50%25.1%-
XYZ3.653.741.9-
YUV53.9115.64135.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.95%
GREEN value IS 53 (21.09% from 255) = 35.57%
BLUE value IS 32 (12.89% from 255) = 21.48%
R=42.95%
G=35.57%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64533200.170.500.7539.3733.3318.82
Hex403520011324B272113
Octal100654002162113474123
Binary1000000110101100000010001110010100101110011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403520; }

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

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

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

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

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

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

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

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