#413609

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

Shades of Mikado #413609

Tints of Mikado #413609

Color information

#413609 (or 0x413609) is unknown color: approx Mikado. HEX triplet: 41, 36 and 09. RGB value is (65,54,9). Sum of RGB (Red+Green+Blue) = 65+54+9=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #413609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413609 is #BEC9F6. Grayscale: #343434. Windows color (decimal): -12503543 or 603713. OLE color: 603713.

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

Color convert

RGB65549-
CMYK00.170.860.75
HSL48.21º75.68%14.51%-
HSV(B)48.21º86.15%25.49%-
XYZ3.553.780.8-
YUV52.16103.64137.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 54 (21.48% from 255) = 42.19%
BLUE value IS 9 (3.91% from 255) = 7.03%
R=50.78%
G=42.19%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6554900.170.860.7548.2175.6814.51
Hex41369011564B304cf
Octal10166110211261136011417
Binary100000111011010010100011010110100101111000010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413609; }

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

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

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

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

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

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

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

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