#412E11

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

Shades of Mikado #412E11

Tints of Mikado #412E11

Color information

#412E11 (or 0x412E11) is unknown color: approx Mikado. HEX triplet: 41, 2E and 11. RGB value is (65,46,17). Sum of RGB (Red+Green+Blue) = 65+46+17=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #412E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E11 is #BED1EE. Grayscale: #303030. Windows color (decimal): -12505583 or 1125953. OLE color: 1125953.

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

Color convert

RGB654617-
CMYK00.290.740.75
HSL36.25º58.54%16.08%-
HSV(B)36.25º73.85%25.49%-
XYZ3.263.120.96-
YUV48.38110.29139.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 46 (18.36% from 255) = 35.94%
BLUE value IS 17 (7.03% from 255) = 13.28%
R=50.78%
G=35.94%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65461700.290.740.7536.2558.5416.08
Hex412E1101D4A4B243b10
Octal1015621035112113447320
Binary1000001101110100010111011001010100101110010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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