#403620

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

Shades of Mikado #403620

Tints of Mikado #403620

Color information

#403620 (or 0x403620) is unknown color: approx Mikado. HEX triplet: 40, 36 and 20. RGB value is (64,54,32). Sum of RGB (Red+Green+Blue) = 64+54+32=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #403620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403620 is #BFC9DF. Grayscale: #363636. Windows color (decimal): -12569056 or 2111040. OLE color: 2111040.

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

Color convert

RGB645432-
CMYK00.160.500.75
HSL41.25º33.33%18.82%-
HSV(B)41.25º50%25.1%-
XYZ3.693.831.91-
YUV54.48115.31134.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.67%
GREEN value IS 54 (21.48% from 255) = 36%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=42.67%
G=36%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64543200.160.500.7541.2533.3318.82
Hex403620010324B292113
Octal100664002062113514123
Binary1000000110110100000010000110010100101110100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403620; }

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

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

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

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

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

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

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

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