#41331E

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

Shades of Mikado #41331E

Tints of Mikado #41331E

Color information

#41331E (or 0x41331E) is unknown color: approx Mikado. HEX triplet: 41, 33 and 1E. RGB value is (65,51,30). Sum of RGB (Red+Green+Blue) = 65+51+30=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41331E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41331E is #BECCE1. Grayscale: #343434. Windows color (decimal): -12504290 or 1979201. OLE color: 1979201.

HSL color Cylindrical-coordinate representation of color #41331E: hue angle of 36º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41331E is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB655130-
CMYK00.220.540.75
HSL36º36.84%18.63%-
HSV(B)36º53.85%25.49%-
XYZ3.63.591.73-
YUV52.79115.14136.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=44.52%
G=34.93%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65513000.220.540.753636.8418.63
Hex41331E016364B242513
Octal101633602666113444523
Binary100000111001111110010110110110100101110010010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,51,30); }

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

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

 a { background-color: rgb(65,51,30); }

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

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

 span { border-color: rgb(65,51,30); }

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