#412F06

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

Shades of Mikado #412F06

Tints of Mikado #412F06

Color information

#412F06 (or 0x412F06) is unknown color: approx Mikado. HEX triplet: 41, 2F and 06. RGB value is (65,47,6). Sum of RGB (Red+Green+Blue) = 65+47+6=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #412F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F06 is #BED0F9. Grayscale: #2F2F2F. Windows color (decimal): -12505338 or 405313. OLE color: 405313.

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

Color convert

RGB65476-
CMYK00.280.910.75
HSL41.69º83.1%13.92%-
HSV(B)41.69º90.77%25.49%-
XYZ3.233.170.61-
YUV47.71104.46140.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.08%
GREEN value IS 47 (18.75% from 255) = 39.83%
BLUE value IS 6 (2.73% from 255) = 5.08%
R=55.08%
G=39.83%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6547600.280.910.7541.6983.113.92
Hex412F601C5B4B2a53e
Octal1015760341331135212316
Binary10000011011111100111001011011100101110101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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