#412D0A

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

Shades of Mikado #412D0A

Tints of Mikado #412D0A

Color information

#412D0A (or 0x412D0A) is unknown color: approx Mikado. HEX triplet: 41, 2D and 0A. RGB value is (65,45,10). Sum of RGB (Red+Green+Blue) = 65+45+10=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #412D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D0A is #BED2F5. Grayscale: #2F2F2F. Windows color (decimal): -12505846 or 666945. OLE color: 666945.

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

Color convert

RGB654510-
CMYK00.310.850.75
HSL38.18º73.33%14.71%-
HSV(B)38.18º84.62%25.49%-
XYZ3.173.020.7-
YUV46.99107.13140.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 45 (17.97% from 255) = 37.5%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=54.17%
G=37.5%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65451000.310.850.7538.1873.3314.71
Hex412DA01F554B2649f
Octal10155120371251134611117
Binary100000110110110100111111010101100101110011010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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