#412C03

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

Shades of Mikado #412C03

Tints of Mikado #412C03

Color information

#412C03 (or 0x412C03) is unknown color: approx Mikado. HEX triplet: 41, 2C and 03. RGB value is (65,44,3). Sum of RGB (Red+Green+Blue) = 65+44+3=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #412C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C03 is #BED3FC. Grayscale: #2D2D2D. Windows color (decimal): -12506109 or 207937. OLE color: 207937.

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

Color convert

RGB65443-
CMYK00.320.950.75
HSL39.68º91.18%13.33%-
HSV(B)39.68º95.38%25.49%-
XYZ3.12.930.49-
YUV45.6103.96141.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 44 (17.58% from 255) = 39.29%
BLUE value IS 3 (1.56% from 255) = 2.68%
R=58.04%
G=39.29%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6544300.320.950.7539.6891.1813.33
Hex412C30205F4B285bd
Octal1015430401371135013315
Binary10000011011001101000001011111100101110100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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