#412C07

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

Shades of Mikado #412C07

Tints of Mikado #412C07

Color information

#412C07 (or 0x412C07) is unknown color: approx Mikado. HEX triplet: 41, 2C and 07. RGB value is (65,44,7). Sum of RGB (Red+Green+Blue) = 65+44+7=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #412C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C07 is #BED3F8. Grayscale: #2E2E2E. Windows color (decimal): -12506105 or 470081. OLE color: 470081.

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

Color convert

RGB65447-
CMYK00.320.890.75
HSL38.28º80.56%14.12%-
HSV(B)38.28º89.23%25.49%-
XYZ3.122.940.6-
YUV46.06105.96141.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 44 (17.58% from 255) = 37.93%
BLUE value IS 7 (3.12% from 255) = 6.03%
R=56.03%
G=37.93%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6544700.320.890.7538.2880.5614.12
Hex412C7020594B2651e
Octal1015470401311134612116
Binary100000110110011101000001011001100101110011010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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