#412E04

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

Shades of Mikado #412E04

Tints of Mikado #412E04

Color information

#412E04 (or 0x412E04) is unknown color: approx Mikado. HEX triplet: 41, 2E and 04. RGB value is (65,46,4). Sum of RGB (Red+Green+Blue) = 65+46+4=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #412E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E04 is #BED1FB. Grayscale: #2F2F2F. Windows color (decimal): -12505596 or 273985. OLE color: 273985.

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

Color convert

RGB65464-
CMYK00.290.940.75
HSL41.31º88.41%13.53%-
HSV(B)41.31º93.85%25.49%-
XYZ3.183.090.54-
YUV46.89103.79140.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.52%
GREEN value IS 46 (18.36% from 255) = 40%
BLUE value IS 4 (1.95% from 255) = 3.48%
R=56.52%
G=40%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6546400.290.940.7541.3188.4113.53
Hex412E401D5E4B2958e
Octal1015640351361135113016
Binary10000011011101000111011011110100101110100110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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