#412E0D

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

Shades of Mikado #412E0D

Tints of Mikado #412E0D

Color information

#412E0D (or 0x412E0D) is unknown color: approx Mikado. HEX triplet: 41, 2E and 0D. RGB value is (65,46,13). Sum of RGB (Red+Green+Blue) = 65+46+13=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #412E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E0D is #BED1F2. Grayscale: #303030. Windows color (decimal): -12505587 or 863809. OLE color: 863809.

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

Color convert

RGB654613-
CMYK00.290.800.75
HSL38.08º66.67%15.29%-
HSV(B)38.08º80%25.49%-
XYZ3.233.110.81-
YUV47.92108.29140.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 46 (18.36% from 255) = 37.10%
BLUE value IS 13 (5.47% from 255) = 10.48%
R=52.42%
G=37.10%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65461300.290.800.7538.0866.6715.29
Hex412ED01D504B2643f
Octal10156150351201134610317
Binary100000110111011010111011010000100101110011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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