#413715

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

Shades of Mikado #413715

Tints of Mikado #413715

Color information

#413715 (or 0x413715) is unknown color: approx Mikado. HEX triplet: 41, 37 and 15. RGB value is (65,55,21). Sum of RGB (Red+Green+Blue) = 65+55+21=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #413715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413715 is #BEC8EA. Grayscale: #363636. Windows color (decimal): -12503275 or 1390401. OLE color: 1390401.

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

Color convert

RGB655521-
CMYK00.150.680.75
HSL46.36º51.16%16.86%-
HSV(B)46.36º67.69%25.49%-
XYZ3.683.911.27-
YUV54.11109.31135.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 55 (21.88% from 255) = 39.01%
BLUE value IS 21 (8.59% from 255) = 14.89%
R=46.10%
G=39.01%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65552100.150.680.7546.3651.1616.86
Hex4137150F444B2e3311
Octal1016725017104113566321
Binary100000111011110101011111000100100101110111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413715; }

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

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

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

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

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

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

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

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