#403415

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

Shades of Mikado #403415

Tints of Mikado #403415

Color information

#403415 (or 0x403415) is unknown color: approx Mikado. HEX triplet: 40, 34 and 15. RGB value is (64,52,21). Sum of RGB (Red+Green+Blue) = 64+52+21=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #403415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403415 is #BFCBEA. Grayscale: #343434. Windows color (decimal): -12569579 or 1389632. OLE color: 1389632.

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

Color convert

RGB645221-
CMYK00.190.670.75
HSL43.26º50.59%16.67%-
HSV(B)43.26º67.19%25.1%-
XYZ3.483.61.22-
YUV52.05110.48136.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 52 (20.70% from 255) = 37.96%
BLUE value IS 21 (8.59% from 255) = 15.33%
R=46.72%
G=37.96%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64522100.190.670.7543.2650.5916.67
Hex403415013434B2b3311
Octal1006425023103113536321
Binary1000000110100101010100111000011100101110101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403415; }

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

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

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

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

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

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

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

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