#412D0E

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

Shades of Mikado #412D0E

Tints of Mikado #412D0E

Color information

#412D0E (or 0x412D0E) is unknown color: approx Mikado. HEX triplet: 41, 2D and 0E. RGB value is (65,45,14). Sum of RGB (Red+Green+Blue) = 65+45+14=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #412D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D0E is #BED2F1. Grayscale: #2F2F2F. Windows color (decimal): -12505842 or 929089. OLE color: 929089.

HSL color Cylindrical-coordinate representation of color #412D0E: hue angle of 36.47º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412D0E is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB654514-
CMYK00.310.780.75
HSL36.47º64.56%15.49%-
HSV(B)36.47º78.46%25.49%-
XYZ3.23.030.83-
YUV47.45109.13140.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 45 (17.97% from 255) = 36.29%
BLUE value IS 14 (5.86% from 255) = 11.29%
R=52.42%
G=36.29%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65451400.310.780.7536.4764.5615.49
Hex412DE01F4E4B2441f
Octal10155160371161134410117
Binary100000110110111100111111001110100101110010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,45,14); }

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

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

 a { background-color: rgb(65,45,14); }

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

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

 span { border-color: rgb(65,45,14); }

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