#412E09

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

Shades of Mikado #412E09

Tints of Mikado #412E09

Color information

#412E09 (or 0x412E09) is unknown color: approx Mikado. HEX triplet: 41, 2E and 09. RGB value is (65,46,9). Sum of RGB (Red+Green+Blue) = 65+46+9=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #412E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E09 is #BED1F6. Grayscale: #2F2F2F. Windows color (decimal): -12505591 or 601665. OLE color: 601665.

HSL color Cylindrical-coordinate representation of color #412E09: hue angle of 39.64º 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 #412E09 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB65469-
CMYK00.290.860.75
HSL39.64º75.68%14.51%-
HSV(B)39.64º86.15%25.49%-
XYZ3.213.10.69-
YUV47.46106.29140.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 46 (18.36% from 255) = 38.33%
BLUE value IS 9 (3.91% from 255) = 7.5%
R=54.17%
G=38.33%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6546900.290.860.7539.6475.6814.51
Hex412E901D564B284cf
Octal10156110351261135011417
Binary100000110111010010111011010110100101110100010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412E09; }

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

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

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

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

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

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

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

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