#413115

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

Shades of Mikado #413115

Tints of Mikado #413115

Color information

#413115 (or 0x413115) is unknown color: approx Mikado. HEX triplet: 41, 31 and 15. RGB value is (65,49,21). Sum of RGB (Red+Green+Blue) = 65+49+21=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #413115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413115 is #BECEEA. Grayscale: #323232. Windows color (decimal): -12504811 or 1388865. OLE color: 1388865.

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

Color convert

RGB654921-
CMYK00.250.680.75
HSL38.18º51.16%16.86%-
HSV(B)38.18º67.69%25.49%-
XYZ3.413.371.18-
YUV50.59111.3138.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=48.15%
G=36.30%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65492100.250.680.7538.1851.1616.86
Hex413115019444B263311
Octal1016125031104113466321
Binary1000001110001101010110011000100100101110011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413115; }

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

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

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

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

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

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

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

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