#413611

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

Shades of Mikado #413611

Tints of Mikado #413611

Color information

#413611 (or 0x413611) is unknown color: approx Mikado. HEX triplet: 41, 36 and 11. RGB value is (65,54,17). Sum of RGB (Red+Green+Blue) = 65+54+17=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #413611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413611 is #BEC9EE. Grayscale: #353535. Windows color (decimal): -12503535 or 1128001. OLE color: 1128001.

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

Color convert

RGB655417-
CMYK00.170.740.75
HSL46.25º58.54%16.08%-
HSV(B)46.25º73.85%25.49%-
XYZ3.63.81.07-
YUV53.07107.64136.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 54 (21.48% from 255) = 39.71%
BLUE value IS 17 (7.03% from 255) = 12.5%
R=47.79%
G=39.71%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65541700.170.740.7546.2558.5416.08
Hex4136110114A4B2e3b10
Octal1016621021112113567320
Binary1000001110110100010100011001010100101110111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413611; }

 p { color: rgb(65,54,17); }

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

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

 a { background-color: rgb(65,54,17); }

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

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

 span { border-color: rgb(65,54,17); }

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