#41361E

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

Shades of Mikado #41361E

Tints of Mikado #41361E

Color information

#41361E (or 0x41361E) is unknown color: approx Mikado. HEX triplet: 41, 36 and 1E. RGB value is (65,54,30). Sum of RGB (Red+Green+Blue) = 65+54+30=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #41361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41361E is #BEC9E1. Grayscale: #363636. Windows color (decimal): -12503522 or 1979969. OLE color: 1979969.

HSL color Cylindrical-coordinate representation of color #41361E: hue angle of 41.14º 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 #41361E is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB655430-
CMYK00.170.540.75
HSL41.14º36.84%18.63%-
HSV(B)41.14º53.85%25.49%-
XYZ3.733.861.78-
YUV54.55114.14135.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.62%
GREEN value IS 54 (21.48% from 255) = 36.24%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=43.62%
G=36.24%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65543000.170.540.7541.1436.8418.63
Hex41361E011364B292513
Octal101663602166113514523
Binary100000111011011110010001110110100101110100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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