#413515

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

Shades of Mikado #413515

Tints of Mikado #413515

Color information

#413515 (or 0x413515) is unknown color: approx Mikado. HEX triplet: 41, 35 and 15. RGB value is (65,53,21). Sum of RGB (Red+Green+Blue) = 65+53+21=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #413515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413515 is #BECAEA. Grayscale: #353535. Windows color (decimal): -12503787 or 1389889. OLE color: 1389889.

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

Color convert

RGB655321-
CMYK00.180.680.75
HSL43.64º51.16%16.86%-
HSV(B)43.64º67.69%25.49%-
XYZ3.593.721.24-
YUV52.94109.98136.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 53 (21.09% from 255) = 38.13%
BLUE value IS 21 (8.59% from 255) = 15.11%
R=46.76%
G=38.13%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65532100.180.680.7543.6451.1616.86
Hex413515012444B2c3311
Octal1016525022104113546321
Binary1000001110101101010100101000100100101110110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413515; }

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

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

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

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

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

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

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

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