#412D03

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

Shades of Mikado #412D03

Tints of Mikado #412D03

Color information

#412D03 (or 0x412D03) is unknown color: approx Mikado. HEX triplet: 41, 2D and 03. RGB value is (65,45,3). Sum of RGB (Red+Green+Blue) = 65+45+3=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #412D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D03 is #BED2FC. Grayscale: #2E2E2E. Windows color (decimal): -12505853 or 208193. OLE color: 208193.

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

Color convert

RGB65453-
CMYK00.310.950.75
HSL40.65º91.18%13.33%-
HSV(B)40.65º95.38%25.49%-
XYZ3.133.010.5-
YUV46.19103.63141.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 45 (17.97% from 255) = 39.82%
BLUE value IS 3 (1.56% from 255) = 2.65%
R=57.52%
G=39.82%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6545300.310.950.7540.6591.1813.33
Hex412D301F5F4B295bd
Octal1015530371371135113315
Binary1000001101101110111111011111100101110100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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