#412E01

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

Shades of Mikado #412E01

Tints of Mikado #412E01

Color information

#412E01 (or 0x412E01) is unknown color: approx Mikado. HEX triplet: 41, 2E and 01. RGB value is (65,46,1). Sum of RGB (Red+Green+Blue) = 65+46+1=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #412E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E01 is #BED1FE. Grayscale: #2E2E2E. Windows color (decimal): -12505599 or 77377. OLE color: 77377.

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

Color convert

RGB65461-
CMYK00.290.980.75
HSL42.19º96.97%12.94%-
HSV(B)42.19º98.46%25.49%-
XYZ3.163.080.46-
YUV46.55102.29141.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 46 (18.36% from 255) = 41.07%
BLUE value IS 1 (0.78% from 255) = 0.89%
R=58.04%
G=41.07%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6546100.290.980.7542.1996.9712.94
Hex412E101D624B2a61d
Octal1015610351421135214115
Binary100000110111010111011100010100101110101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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