#412C06

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

Shades of Mikado #412C06

Tints of Mikado #412C06

Color information

#412C06 (or 0x412C06) is unknown color: approx Mikado. HEX triplet: 41, 2C and 06. RGB value is (65,44,6). Sum of RGB (Red+Green+Blue) = 65+44+6=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #412C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C06 is #BED3F9. Grayscale: #2E2E2E. Windows color (decimal): -12506106 or 404545. OLE color: 404545.

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

Color convert

RGB65446-
CMYK00.320.910.75
HSL38.64º83.1%13.92%-
HSV(B)38.64º90.77%25.49%-
XYZ3.112.940.58-
YUV45.95105.46141.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.52%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 6 (2.73% from 255) = 5.22%
R=56.52%
G=38.26%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6544600.320.910.7538.6483.113.92
Hex412C60205B4B2753e
Octal1015460401331134712316
Binary100000110110011001000001011011100101110011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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