#412C0A

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

Shades of Mikado #412C0A

Tints of Mikado #412C0A

Color information

#412C0A (or 0x412C0A) is unknown color: approx Mikado. HEX triplet: 41, 2C and 0A. RGB value is (65,44,10). Sum of RGB (Red+Green+Blue) = 65+44+10=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #412C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C0A is #BED3F5. Grayscale: #2E2E2E. Windows color (decimal): -12506102 or 666689. OLE color: 666689.

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

Color convert

RGB654410-
CMYK00.320.850.75
HSL37.09º73.33%14.71%-
HSV(B)37.09º84.62%25.49%-
XYZ3.142.950.69-
YUV46.4107.46141.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.62%
GREEN value IS 44 (17.58% from 255) = 36.97%
BLUE value IS 10 (4.30% from 255) = 8.40%
R=54.62%
G=36.97%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65441000.320.850.7537.0973.3314.71
Hex412CA020554B2549f
Octal10154120401251134511117
Binary1000001101100101001000001010101100101110010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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