#403720

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

Shades of Mikado #403720

Tints of Mikado #403720

Color information

#403720 (or 0x403720) is unknown color: approx Mikado. HEX triplet: 40, 37 and 20. RGB value is (64,55,32). Sum of RGB (Red+Green+Blue) = 64+55+32=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #403720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403720 is #BFC8DF. Grayscale: #373737. Windows color (decimal): -12568800 or 2111296. OLE color: 2111296.

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

Color convert

RGB645532-
CMYK00.140.500.75
HSL43.12º33.33%18.82%-
HSV(B)43.12º50%25.1%-
XYZ3.743.931.93-
YUV55.07114.98134.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 55 (21.88% from 255) = 36.42%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=42.38%
G=36.42%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64553200.140.500.7543.1233.3318.82
Hex4037200E324B2b2113
Octal100674001662113534123
Binary100000011011110000001110110010100101110101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403720; }

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

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

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

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

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

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

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

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