#412F05

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

Shades of Mikado #412F05

Tints of Mikado #412F05

Color information

#412F05 (or 0x412F05) is unknown color: approx Mikado. HEX triplet: 41, 2F and 05. RGB value is (65,47,5). Sum of RGB (Red+Green+Blue) = 65+47+5=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #412F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F05 is #BED0FA. Grayscale: #2F2F2F. Windows color (decimal): -12505339 or 339777. OLE color: 339777.

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

Color convert

RGB65475-
CMYK00.280.920.75
HSL42º85.71%13.73%-
HSV(B)42º92.31%25.49%-
XYZ3.223.170.59-
YUV47.59103.96140.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.56%
GREEN value IS 47 (18.75% from 255) = 40.17%
BLUE value IS 5 (2.34% from 255) = 4.27%
R=55.56%
G=40.17%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6547500.280.920.754285.7113.73
Hex412F501C5C4B2a56e
Octal1015750341341135212616
Binary10000011011111010111001011100100101110101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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