#412D04

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

Shades of Mikado #412D04

Tints of Mikado #412D04

Color information

#412D04 (or 0x412D04) is unknown color: approx Mikado. HEX triplet: 41, 2D and 04. RGB value is (65,45,4). Sum of RGB (Red+Green+Blue) = 65+45+4=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #412D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D04 is #BED2FB. Grayscale: #2E2E2E. Windows color (decimal): -12505852 or 273729. OLE color: 273729.

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

Color convert

RGB65454-
CMYK00.310.940.75
HSL40.33º88.41%13.53%-
HSV(B)40.33º93.85%25.49%-
XYZ3.143.010.53-
YUV46.31104.13141.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.02%
GREEN value IS 45 (17.97% from 255) = 39.47%
BLUE value IS 4 (1.95% from 255) = 3.51%
R=57.02%
G=39.47%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6545400.310.940.7540.3388.4113.53
Hex412D401F5E4B2858e
Octal1015540371361135013016
Binary10000011011011000111111011110100101110100010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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