#413015

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

Shades of Mikado #413015

Tints of Mikado #413015

Color information

#413015 (or 0x413015) is unknown color: approx Mikado. HEX triplet: 41, 30 and 15. RGB value is (65,48,21). Sum of RGB (Red+Green+Blue) = 65+48+21=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #413015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413015 is #BECFEA. Grayscale: #323232. Windows color (decimal): -12505067 or 1388609. OLE color: 1388609.

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

Color convert

RGB654821-
CMYK00.260.680.75
HSL36.82º51.16%16.86%-
HSV(B)36.82º67.69%25.49%-
XYZ3.373.291.17-
YUV50111.63138.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 21 (8.59% from 255) = 15.67%
R=48.51%
G=35.82%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65482100.260.680.7536.8251.1616.86
Hex41301501A444B253311
Octal1016025032104113456321
Binary1000001110000101010110101000100100101110010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413015; }

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

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

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

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

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

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

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

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