#403420

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

Shades of Mikado #403420

Tints of Mikado #403420

Color information

#403420 (or 0x403420) is unknown color: approx Mikado. HEX triplet: 40, 34 and 20. RGB value is (64,52,32). Sum of RGB (Red+Green+Blue) = 64+52+32=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #403420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403420 is #BFCBDF. Grayscale: #353535. Windows color (decimal): -12569568 or 2110528. OLE color: 2110528.

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

Color convert

RGB645232-
CMYK00.190.500.75
HSL37.5º33.33%18.82%-
HSV(B)37.5º50%25.1%-
XYZ3.63.651.88-
YUV53.31115.98135.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 32 (12.89% from 255) = 21.62%
R=43.24%
G=35.14%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64523200.190.500.7537.533.3318.82
Hex403420013324B252113
Octal100644002362113454123
Binary1000000110100100000010011110010100101110010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403420; }

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

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

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

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

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

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

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

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