#41310A

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

Shades of Mikado #41310A

Tints of Mikado #41310A

Color information

#41310A (or 0x41310A) is unknown color: approx Mikado. HEX triplet: 41, 31 and 0A. RGB value is (65,49,10). Sum of RGB (Red+Green+Blue) = 65+49+10=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #41310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41310A is #BECEF5. Grayscale: #313131. Windows color (decimal): -12504822 or 667969. OLE color: 667969.

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

Color convert

RGB654910-
CMYK00.250.850.75
HSL42.55º73.33%14.71%-
HSV(B)42.55º84.62%25.49%-
XYZ3.333.340.76-
YUV49.34105.8139.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 10 (4.30% from 255) = 8.06%
R=52.42%
G=39.52%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65491000.250.850.7542.5573.3314.71
Hex4131A019554B2b49f
Octal10161120311251135311117
Binary100000111000110100110011010101100101110101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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