#412D02

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

Shades of Mikado #412D02

Tints of Mikado #412D02

Color information

#412D02 (or 0x412D02) is unknown color: approx Mikado. HEX triplet: 41, 2D and 02. RGB value is (65,45,2). Sum of RGB (Red+Green+Blue) = 65+45+2=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #412D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D02 is #BED2FD. Grayscale: #2E2E2E. Windows color (decimal): -12505854 or 142657. OLE color: 142657.

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

Color convert

RGB65452-
CMYK00.310.970.75
HSL40.95º94.03%13.14%-
HSV(B)40.95º96.92%25.49%-
XYZ3.1330.47-
YUV46.08103.13141.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 45 (17.97% from 255) = 40.18%
BLUE value IS 2 (1.17% from 255) = 1.79%
R=58.04%
G=40.18%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6545200.310.970.7540.9594.0313.14
Hex412D201F614B295ed
Octal1015520371411135113615
Binary1000001101101100111111100001100101110100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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