#412E00

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

Shades of Mikado #412E00

Tints of Mikado #412E00

Color information

#412E00 (or 0x412E00) is unknown color: approx Mikado. HEX triplet: 41, 2E and 00. RGB value is (65,46,0). Sum of RGB (Red+Green+Blue) = 65+46+0=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 46 (18.36% from 255 or 41.44% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #412E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E00 is #BED1FF. Grayscale: #2E2E2E. Windows color (decimal): -12505600 or 11841. OLE color: 11841.

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

Color convert

RGB65460-
CMYK00.2910.75
HSL42.46º100%12.75%-
HSV(B)42.46º100%25.49%-
XYZ3.163.080.43-
YUV46.44101.79141.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.56%
GREEN value IS 46 (18.36% from 255) = 41.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.56%
G=41.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6546000.2910.7542.4610012.75
Hex412E001D644B2a64d
Octal1015600351441135214415
Binary100000110111000111011100100100101110101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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