#41310E

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

Shades of Mikado #41310E

Tints of Mikado #41310E

Color information

#41310E (or 0x41310E) is unknown color: approx Mikado. HEX triplet: 41, 31 and 0E. RGB value is (65,49,14). Sum of RGB (Red+Green+Blue) = 65+49+14=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41310E is #BECEF1. Grayscale: #313131. Windows color (decimal): -12504818 or 930113. OLE color: 930113.

HSL color Cylindrical-coordinate representation of color #41310E: hue angle of 41.18º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41310E is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB654914-
CMYK00.250.780.75
HSL41.18º64.56%15.49%-
HSV(B)41.18º78.46%25.49%-
XYZ3.363.350.89-
YUV49.79107.8138.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 14 (5.86% from 255) = 10.94%
R=50.78%
G=38.28%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65491400.250.780.7541.1864.5615.49
Hex4131E0194E4B2941f
Octal10161160311161135110117
Binary100000111000111100110011001110100101110100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41310E; }

 p { color: rgb(65,49,14); }

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

<style>
 a { background-color: #41310E; }

 a { background-color: rgb(65,49,14); }

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

<style>
 span { border-color: #41310E; }

 span { border-color: rgb(65,49,14); }

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