#412D05

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

Shades of Mikado #412D05

Tints of Mikado #412D05

Color information

#412D05 (or 0x412D05) is unknown color: approx Mikado. HEX triplet: 41, 2D and 05. RGB value is (65,45,5). Sum of RGB (Red+Green+Blue) = 65+45+5=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #412D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D05 is #BED2FA. Grayscale: #2E2E2E. Windows color (decimal): -12505851 or 339265. OLE color: 339265.

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

Color convert

RGB65455-
CMYK00.310.920.75
HSL40º85.71%13.73%-
HSV(B)40º92.31%25.49%-
XYZ3.153.010.56-
YUV46.42104.63141.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.52%
GREEN value IS 45 (17.97% from 255) = 39.13%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=56.52%
G=39.13%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6545500.310.920.754085.7113.73
Hex412D501F5C4B2856e
Octal1015550371341135012616
Binary10000011011011010111111011100100101110100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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