#412C05

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

Shades of Mikado #412C05

Tints of Mikado #412C05

Color information

#412C05 (or 0x412C05) is unknown color: approx Mikado. HEX triplet: 41, 2C and 05. RGB value is (65,44,5). Sum of RGB (Red+Green+Blue) = 65+44+5=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #412C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C05 is #BED3FA. Grayscale: #2E2E2E. Windows color (decimal): -12506107 or 339009. OLE color: 339009.

HSL color Cylindrical-coordinate representation of color #412C05: hue angle of 39º 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 #412C05 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB65445-
CMYK00.320.920.75
HSL39º85.71%13.73%-
HSV(B)39º92.31%25.49%-
XYZ3.112.940.55-
YUV45.83104.96141.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.02%
GREEN value IS 44 (17.58% from 255) = 38.60%
BLUE value IS 5 (2.34% from 255) = 4.39%
R=57.02%
G=38.60%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6544500.320.920.753985.7113.73
Hex412C50205C4B2756e
Octal1015450401341134712616
Binary100000110110010101000001011100100101110011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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