#403515

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

Shades of Mikado #403515

Tints of Mikado #403515

Color information

#403515 (or 0x403515) is unknown color: approx Mikado. HEX triplet: 40, 35 and 15. RGB value is (64,53,21). Sum of RGB (Red+Green+Blue) = 64+53+21=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #403515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403515 is #BFCAEA. Grayscale: #343434. Windows color (decimal): -12569323 or 1389888. OLE color: 1389888.

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

Color convert

RGB645321-
CMYK00.170.670.75
HSL44.65º50.59%16.67%-
HSV(B)44.65º67.19%25.1%-
XYZ3.523.691.24-
YUV52.64110.14136.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 21 (8.59% from 255) = 15.22%
R=46.38%
G=38.41%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64532100.170.670.7544.6550.5916.67
Hex403515011434B2d3311
Octal1006525021103113556321
Binary1000000110101101010100011000011100101110110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403515; }

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

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

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

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

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

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

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

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