#412E0F

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

Shades of Mikado #412E0F

Tints of Mikado #412E0F

Color information

#412E0F (or 0x412E0F) is unknown color: approx Mikado. HEX triplet: 41, 2E and 0F. RGB value is (65,46,15). Sum of RGB (Red+Green+Blue) = 65+46+15=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #412E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E0F is #BED1F0. Grayscale: #303030. Windows color (decimal): -12505585 or 994881. OLE color: 994881.

HSL color Cylindrical-coordinate representation of color #412E0F: hue angle of 37.2º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #412E0F is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB654615-
CMYK00.290.770.75
HSL37.2º62.5%15.69%-
HSV(B)37.2º76.92%25.49%-
XYZ3.243.110.88-
YUV48.15109.29140.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 46 (18.36% from 255) = 36.51%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=51.59%
G=36.51%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65461500.290.770.7537.262.515.69
Hex412EF01D4D4B253e10
Octal1015617035115113457620
Binary100000110111011110111011001101100101110010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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