#41350A

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

Shades of Mikado #41350A

Tints of Mikado #41350A

Color information

#41350A (or 0x41350A) is unknown color: approx Mikado. HEX triplet: 41, 35 and 0A. RGB value is (65,53,10). Sum of RGB (Red+Green+Blue) = 65+53+10=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41350A is #BECAF5. Grayscale: #333333. Windows color (decimal): -12503798 or 668993. OLE color: 668993.

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

Color convert

RGB655310-
CMYK00.180.850.75
HSL46.91º73.33%14.71%-
HSV(B)46.91º84.62%25.49%-
XYZ3.513.690.81-
YUV51.69104.48137.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 53 (21.09% from 255) = 41.41%
BLUE value IS 10 (4.30% from 255) = 7.81%
R=50.78%
G=41.41%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65531000.180.850.7546.9173.3314.71
Hex4135A012554B2f49f
Octal10165120221251135711117
Binary100000111010110100100101010101100101110111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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